We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1ae273a commit 39d6688Copy full SHA for 39d6688
.ci/travis/linux/docker-build-test.sh
@@ -39,7 +39,7 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
39
40
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
41
42
-python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py 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
+python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py 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
43
44
ccache -s
45
0 commit comments