Commit cd8b8d9bdfa310f8c7426a617ced963e84e56b58

Authored by Henry Fredrick Schreiner
Committed by Henry Schreiner
1 parent 20b7232c

Appveyor additions

Showing 1 changed file with 3 additions and 3 deletions
.appveyor.yml
... ... @@ -12,14 +12,14 @@ install:
12 12 build_script:
13 13 - mkdir build
14 14 - cd build
15   - - cmake .. -DCLI11_SINGLE_FILE_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_GENERATOR="Visual Studio 14 2015"
16   - - cmake --build .
  15 + - ps: cmake .. -DCLI11_SINGLE_FILE_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_GENERATOR="Visual Studio 14 2015"
  16 + - ps: cmake --build .
17 17 - cd ..
18 18 - conan create . CLIUtils/CLI11
19 19  
20 20 test_script:
21 21 - cd build
22   - - ctest --output-on-failure -C Debug
  22 + - ps: ctest --output-on-failure -C Debug
23 23  
24 24 notifications:
25 25 - provider: Webhook
... ...