Commit 1ef7c36d5d19e8aa7dffecc485efbc701ef5ded4

Authored by Henry Fredrick Schreiner
1 parent 4afd32d9

Vebose output on windows test

Showing 1 changed file with 1 additions and 4 deletions
.appveyor.yml
1   -environment:
2   - CTEST_OUPTUT_ON_FAILURE: ON
3   -
4 1 branches:
5 2 except:
6 3 - gh-pages
... ... @@ -16,4 +13,4 @@ build_script:
16 13 - cmake --build .
17 14  
18 15 test_script:
19   - - ctest
  16 + - ctest --output-on-failure
... ...