Commit dc1eecc5 authored by Davis King's avatar Davis King

Run unit tests in visual studio 2017

parent ffaa322f
version: "{build}"
configuration: Release
build_script:
# build test
- mkdir %APPVEYOR_BUILD_FOLDER%\build_test
- cd %APPVEYOR_BUILD_FOLDER%\build_test
- cmake -G "Visual Studio 15 2017 Win64" -T host=x64 ../dlib/test
- cmake --build . --config %CONFIGURATION% --target dtest
test_script:
# run test
- cd %APPVEYOR_BUILD_FOLDER%\build_test\%CONFIGURATION%
- dtest --runall
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