2016-12-08 10:26:36 +00:00
|
|
|
language: cpp
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2018-04-03 12:26:24 +00:00
|
|
|
osx_image: xcode9.3beta
|
2016-12-08 10:26:36 +00:00
|
|
|
|
|
|
|
# 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
|
2018-03-12 17:25:20 +00:00
|
|
|
- ./checkout_glslang_spirv_tools.sh
|
2016-12-08 10:26:36 +00:00
|
|
|
|
|
|
|
script:
|
2018-03-13 09:42:34 +00:00
|
|
|
- ./build_glslang_spirv_tools.sh Debug 2
|
2016-12-08 10:26:36 +00:00
|
|
|
- make -j2
|
2018-03-12 14:15:06 +00:00
|
|
|
- ./test_shaders.sh
|