Navigation Menu

Skip to content

Commit

Permalink
[travis] Build outside ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 10, 2017
1 parent 323883f commit bad0ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/travis/linux/script.sh
Expand Up @@ -29,5 +29,7 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so

export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"

$CTEST_BUILD_COMMAND

python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py \
xvfb-run ctest -V -E "$(cat ${DIR}/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S ${DIR}/../travis.ctest --output-on-failure

0 comments on commit bad0ac8

Please sign in to comment.