Merge pull request #1470 from antiagainst/patch-2

Appveyor CI: build artifacts for x64
This commit is contained in:
John Kessenich 2018-08-09 12:34:46 -07:00 committed by GitHub
commit 242c28f21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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: