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