SPIRV-Cross/.travis.yml
Hans-Kristian Arntzen 5a746ba941 Split checkout and build on Travis CI.
Seems to be getting timeouts.
2018-03-12 18:25:44 +01:00

19 lines
355 B
YAML

language: cpp
os:
- linux
- osx
osx_image: xcode8.3
# Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
sudo: required
dist: trusty
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python3; fi
- ./checkout_glslang_spirv_tools.sh
script:
- ./build_glslang_spirv_tools.sh
- make -j2
- ./test_shaders.sh