Enforcing Travis to build everything successfully in addition to run the tests.
This commit is contained in:
parent
3ff20da97e
commit
7d0f417ba4
@ -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
|
||||
|
Reference in New Issue
Block a user