patrick
/
plasp
Archived
1
0
Fork 0

Enforcing Travis to build everything successfully in addition to run the tests.

This commit is contained in:
Patrick Lühne 2016-05-23 01:56:53 +02:00
parent 3ff20da97e
commit 7d0f417ba4
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER
- make run-tests
- make && make run-tests