summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 15:28:37 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 15:28:37 +0200
commit2e8c95466559e7d10be30b101533079561ceee52 (patch)
tree5877f194097151ad0ec1a845493c4236db0ecdb1 /.appveyor.yml
parentd2035fcb3a4fa3bd5ac33210c8542436e0806e72 (diff)
explicit msbuild and ctest command
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 25851a9b..6affb88f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -40,5 +40,5 @@ build_script:
- mkdir build
- cd build
- cmake -G "Visual Studio 15 2017 Win64" %CMAKE_FLAGS% -DCMAKE_TOOLCHAIN_FILE=c:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake ..
- - cmake --build . --config Release
- - cmake --build . --config Release --target check
+ - MSBuild /m /p:Configuration=Release /p:Platform=x64
+ - ctest -j 1 -C Release