Fix travis and appveyor calls to update_glslang_sources.py

This commit is contained in:
GregF 2017-09-22 15:30:10 -06:00
parent cd1f169c6a
commit f451756d82
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ matrix:
# scripts that run after cloning repository
install:
- git clone https://github.com/google/googletest.git External/googletest
- update_glslang_sources.py
- ./update_glslang_sources.py
build:
parallel: true # enable MSBuild parallel builds

View File

@ -55,7 +55,7 @@ install:
before_script:
- git clone --depth=1 https://github.com/google/googletest.git External/googletest
- update_glslang_sources.py
- ./update_glslang_sources.py
script:
- mkdir build && cd build