Fix travis and appveyor calls to update_glslang_sources.py
This commit is contained in:
@@ -25,7 +25,7 @@ matrix:
|
|||||||
# scripts that run after cloning repository
|
# scripts that run after cloning repository
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/google/googletest.git External/googletest
|
- git clone https://github.com/google/googletest.git External/googletest
|
||||||
- update_glslang_sources.py
|
- ./update_glslang_sources.py
|
||||||
|
|
||||||
build:
|
build:
|
||||||
parallel: true # enable MSBuild parallel builds
|
parallel: true # enable MSBuild parallel builds
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- git clone --depth=1 https://github.com/google/googletest.git External/googletest
|
- git clone --depth=1 https://github.com/google/googletest.git External/googletest
|
||||||
- update_glslang_sources.py
|
- ./update_glslang_sources.py
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user