Skip to content

Commit

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

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

pushd build
$CTEST_BUILD_COMMAND
popd

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 ba5f114

Please sign in to comment.