Skip to content

Commit

Permalink
Print toonchess and toonchess3d during build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed May 21, 2018
1 parent 1356646 commit 804cad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ script:
- cd build
- cmake -DTOONCHESS_BUILD_TESTS=ON ..
- sudo make -j6 install
- which toonchess
- which toonchess3d
- ./toonchess_tests
- valgrind --leak-check=full --track-origins=yes --error-exitcode=1 ./toonchess_tests

0 comments on commit 804cad5

Please sign in to comment.