From cd8b8d9bdfa310f8c7426a617ced963e84e56b58 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Wed, 4 Apr 2018 16:42:12 +0200 Subject: [PATCH] Appveyor additions --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4362bdab..91a95a01 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,14 +12,14 @@ install: build_script: - mkdir build - cd build - - cmake .. -DCLI11_SINGLE_FILE_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_GENERATOR="Visual Studio 14 2015" - - cmake --build . + - ps: cmake .. -DCLI11_SINGLE_FILE_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_GENERATOR="Visual Studio 14 2015" + - ps: cmake --build . - cd .. - conan create . CLIUtils/CLI11 test_script: - cd build - - ctest --output-on-failure -C Debug + - ps: ctest --output-on-failure -C Debug notifications: - provider: Webhook