From fdc3d4c82dbf09ee7f49a108cce5b78ed2aadc5a Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Tue, 8 Mar 2016 18:14:50 +0100 Subject: [PATCH] appveyor: build and run check target --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f90a4bd..7f86189 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,7 @@ environment: matrix: - APPVEYOR_SHARED_LIBS: OFF APPVEYOR_CMAKE_GENERATOR: "Visual Studio 12 2013" + APPVEYOR_RUN_CHECK: ON - APPVEYOR_SHARED_LIBS: ON APPVEYOR_CMAKE_GENERATOR: "Visual Studio 12 2013" @@ -37,3 +38,5 @@ build_script: -DGMIO_BUILD_BENCHMARK_OPENCASCADE=OFF ^ -DGMIO_BUILD_TESTS_FAKE_SUPPORT=ON - cmake --build . + - cmake --build . --target ZERO_CHECK + - if defined APPVEYOR_RUN_CHECK ( ctest tests -V -C %CONFIGURATION% )