Run ctest on appveyor (#57)

This commit is contained in:
Friedrich von Never 2018-03-11 11:22:29 +07:00 committed by Alex
parent c02a20a5c1
commit b2b6c5bd25
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
pushd %APPVEYOR_BUILD_FOLDER%\build
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake --build . --config RelWithDebInfo
ctest .
popd