mirror of https://github.com/procxx/kepka.git
Run ctest on appveyor (#57)
This commit is contained in:
parent
c02a20a5c1
commit
b2b6c5bd25
|
@ -1,4 +1,5 @@
|
||||||
pushd %APPVEYOR_BUILD_FOLDER%\build
|
pushd %APPVEYOR_BUILD_FOLDER%\build
|
||||||
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
||||||
cmake --build . --config RelWithDebInfo
|
cmake --build . --config RelWithDebInfo
|
||||||
|
ctest .
|
||||||
popd
|
popd
|
Loading…
Reference in New Issue