commit | fb4165b5dcfab3889dae74d01ef1f3a261d4931f | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Thu Aug 09 13:36:17 2018 -0400 |
committer | GitHub <noreply@github.com> | Thu Aug 09 13:36:17 2018 -0400 |
tree | 778e9a8679b1f678d15ae146cd9174754d4a5ec6 | |
parent | e0bc65b2c11bc6688c01b69d86ece8baf890483f [diff] [blame] |
Appveyor CI: build artifacts for x64 Fixes https://github.com/KhronosGroup/glslang/issues/1396
diff --git a/.appveyor.yml b/.appveyor.yml index 4463fa6..55ce618 100644 --- a/.appveyor.yml +++ b/.appveyor.yml
@@ -40,7 +40,7 @@ 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: