Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
1ef7c36d5d19e8aa7dffecc485efbc701ef5ded4
Authored by
Henry Fredrick Schreiner
2017-02-20 08:43:18 -0500
1 parent
4afd32d9
Vebose output on windows test
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
.appveyor.yml
.appveyor.yml
View file @
1ef7c36
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
...
...