Try Python interpreter on update_glslang_sources.py in appveyor
authorGregF <greg@LunarG.com>
Fri, 22 Sep 2017 23:21:37 +0000 (17:21 -0600)
committerGregF <greg@LunarG.com>
Wed, 27 Sep 2017 21:20:56 +0000 (15:20 -0600)
.appveyor.yml

index 9c9edd7..d5c7225 100644 (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
+  - C:/Python27/python.exe update_glslang_sources.py
 
 build:
   parallel: true  # enable MSBuild parallel builds