From: GregF Date: Fri, 22 Sep 2017 23:21:37 +0000 (-0600) Subject: Try Python interpreter on update_glslang_sources.py in appveyor X-Git-Tag: upstream/11.4.0~999^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87fd74291a149b1c8429b2e649c54eb464417f74;p=platform%2Fupstream%2Fglslang.git Try Python interpreter on update_glslang_sources.py in appveyor --- diff --git a/.appveyor.yml b/.appveyor.yml index 9c9edd7..d5c7225 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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