Commit 1ef7c36d5d19e8aa7dffecc485efbc701ef5ded4
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 | branches: | 1 | branches: |
| 5 | except: | 2 | except: |
| 6 | - gh-pages | 3 | - gh-pages |
| @@ -16,4 +13,4 @@ build_script: | @@ -16,4 +13,4 @@ build_script: | ||
| 16 | - cmake --build . | 13 | - cmake --build . |
| 17 | 14 | ||
| 18 | test_script: | 15 | test_script: |
| 19 | - - ctest | 16 | + - ctest --output-on-failure |