mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-15 08:20:07 +00:00
18 lines
291 B
YAML
18 lines
291 B
YAML
language: cpp
|
|
os:
|
|
- linux
|
|
- osx
|
|
osx_image: xcode10
|
|
|
|
# Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
|
|
sudo: required
|
|
dist: trusty
|
|
|
|
before_script:
|
|
- ./checkout_glslang_spirv_tools.sh
|
|
|
|
script:
|
|
- ./build_glslang_spirv_tools.sh Debug 2
|
|
- make -j2
|
|
- ./test_shaders.sh
|