Pipe output to get around logging ANSI color issue
This commit is contained in:
parent
7e7e3e5fec
commit
52a5956106
1 changed files with 2 additions and 1 deletions
|
|
@ -15,4 +15,5 @@ install:
|
||||||
script:
|
script:
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_USE_STATIC_LIBS=OFF .
|
- cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_USE_STATIC_LIBS=OFF .
|
||||||
- make -j 2
|
- make -j 2
|
||||||
- tests/all_tests
|
- set -o pipefail
|
||||||
|
- tests/all_tests 2>&1 | cat
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue