Skip to content

Commit ba5f114

Browse files
committed
[travis] change to build folder before building
1 parent bad0ac8 commit ba5f114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/travis/linux/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
2929

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

32+
pushd build
3233
$CTEST_BUILD_COMMAND
34+
popd
3335

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

0 commit comments

Comments
 (0)