Skip to content
Snippets Groups Projects
Verified Commit a9075144 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: add variables to output on test + parallel build

parent b35459ae
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ language: cpp ...@@ -3,6 +3,8 @@ language: cpp
env: env:
global: global:
- CTEST_PARALLEL_LEVEL=4 - CTEST_PARALLEL_LEVEL=4
- CTEST_OUTPUT_ON_FAILURE=1
- MAKEFLAGS="-j2"
matrix: matrix:
include: include:
...@@ -36,10 +38,10 @@ script: ...@@ -36,10 +38,10 @@ script:
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w .. - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w ..
# Build # Build
- make -j2 - make
# Run unit tests # Run unit tests
- travis_wait 30 make -j2 test - travis_wait 30 make test
# Make sure we can install and uninstall with no issues # Make sure we can install and uninstall with no issues
- sudo make install - sudo make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment