Unverified Commit fb4165b5 by Lei Zhang Committed by GitHub

Appveyor CI: build artifacts for x64

parent e0bc65b2
...@@ -40,7 +40,7 @@ build: ...@@ -40,7 +40,7 @@ build:
build_script: build_script:
- mkdir build && cd build - 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 - cmake --build . --config %CONFIGURATION% --target install
test_script: test_script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment