From fb4165b5dcfab3889dae74d01ef1f3a261d4931f Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 9 Aug 2018 13:36:17 -0400 Subject: [PATCH] Appveyor CI: build artifacts for x64 Fixes https://github.com/KhronosGroup/glslang/issues/1396 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4463fa6..55ce618 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: -- 2.7.4