Commit cb4f78ba authored by Davis King's avatar Davis King

Tell appveyor to use 64bit visual studio toolchain.

parent 2213c428
......@@ -6,8 +6,7 @@ build_script:
# build test
- mkdir %APPVEYOR_BUILD_FOLDER%\build_test
- cd %APPVEYOR_BUILD_FOLDER%\build_test
- pip install numpy
- cmake -G "Visual Studio 14 2015 Win64" ../dlib/test
- cmake -G "Visual Studio 14 2015 Win64" -T host=x64 ../dlib/test
- cmake --build . --config %CONFIGURATION%
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