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
0ed89235fee733188b96eddc11217b556dbedb16
Authored by
Henry Fredrick Schreiner
2017-02-19 16:36:25 -0500
1 parent
eb1b02e0
fixed test run
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.appveyor.yml
.appveyor.yml
View file @
0ed8923
@@ -21,4 +21,4 @@ build_script:
@@ -21,4 +21,4 @@ build_script:
21
- cmake --build .
21
- cmake --build .
22
22
23
test_script:
23
test_script:
24
- - cmake --build --target test .
24
+ - cmake --build . --target test