SPIRV-Cross/.travis.yml

19 lines
367 B
YAML
Raw Normal View History

language: cpp
os:
- linux
- osx
2018-04-03 12:26:24 +00:00
osx_image: xcode9.3beta
# Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
sudo: required
dist: trusty
before_script:
2018-03-02 08:29:37 +00:00
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python3; fi
- ./checkout_glslang_spirv_tools.sh
script:
2018-03-13 09:42:34 +00:00
- ./build_glslang_spirv_tools.sh Debug 2
- make -j2
- ./test_shaders.sh