Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d416210

Browse files
committedAug 12, 2017
missing ctest var
1 parent cc08db0 commit d416210

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.ci/travis/linux/docker-build-test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ cmake \
3636
#
3737
# /root/QGIS/tests/testdata/provider/testdata_pg.sh
3838

39+
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
40+
41+
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -
42+
3943
python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py \
4044
xvfb-run ctest -V -E "$(cat /root/QGIS/.ci/travis/linux/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure
4145

0 commit comments

Comments
 (0)
Please sign in to comment.