We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e5e2a commit cb9ecf3Copy full SHA for cb9ecf3
.travis.yml
@@ -33,8 +33,10 @@ addons:
33
- libclang-8-dev
34
35
install:
36
- - wget https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases/download/dev-build/SPIRV-LLVM-Translator-dev-build-linux-Release.zip -O /tmp/SPIRV-LLVM-Translator-dev-build-linux-${BUILD_TYPE}.zip
37
- - unzip /tmp/SPIRV-LLVM-Translator-dev-build-linux-${BUILD_TYPE}.zip -d spirv-llvm-translator
+ - export TAG=v8.0.0-1
+ - export TARBALL=SPIRV-LLVM-Translator-${TAG}-linux-${BUILD_TYPE}.zip
38
+ - wget https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases/download/${TAG}/${TARBALL} -O /tmp/${TARBALL}
39
+ - unzip /tmp/${TARBALL} -d spirv-llvm-translator
40
41
compiler:
42
- gcc
0 commit comments