Skip to content

Commit

Permalink
Run tests manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Dec 29, 2019
1 parent 45c9393 commit af94ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ script:
- cmake -DCMAKE_CXX_STANDARD=${CPP_STANDARD} ..
- make
- ./dbg_macro-example
- ./dbg_macro-demo
- ./dbg_macro-tests
- make test
- ./dbg_macro-tests-macro_disabled
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build_script:
- cmake --build . --config "%CONFIG%"
test_script:
- C:\projects\dbg-macro\build\Release\dbg_macro-example.exe
- C:\projects\dbg-macro\build\Release\dbg_macro-demo.exe
- C:\projects\dbg-macro\build\Release\dbg_macro-tests.exe
- C:\projects\dbg-macro\build\Release\dbg_macro-tests-macro_disabled.exe
deploy: off

0 comments on commit af94ad0

Please sign in to comment.