Appveyor CI: build artifacts for x64
authorLei Zhang <antiagainst@google.com>
Thu, 9 Aug 2018 17:36:17 +0000 (13:36 -0400)
committerGitHub <noreply@github.com>
Thu, 9 Aug 2018 17:36:17 +0000 (13:36 -0400)
Fixes https://github.com/KhronosGroup/glslang/issues/1396

.appveyor.yml

index 4463fa6..55ce618 100644 (file)
@@ -40,7 +40,7 @@ build:
 
 build_script:
   - mkdir build && cd build
-  - cmake .. -DCMAKE_INSTALL_PREFIX=install
+  - cmake -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=install ..
   - cmake --build . --config %CONFIGURATION% --target install
 
 test_script: