[travis] change to build folder before building

This commit is contained in:
Matthias Kuhn 2017-08-10 09:31:51 +02:00
parent bad0ac81ec
commit ba5f114e34
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -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