We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720f5d7 commit 06e48c1Copy full SHA for 06e48c1
.ci/travis/linux/docker-build-test.sh
@@ -36,6 +36,10 @@ cmake \
36
#
37
# /root/QGIS/tests/testdata/provider/testdata_pg.sh
38
39
+export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
40
+
41
+export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -
42
43
python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py \
44
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
45
0 commit comments