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 8e9f4c1

Browse files
3nidsm-kuhn
authored andcommittedSep 16, 2017
fix ctest command
1 parent a8624d5 commit 8e9f4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cmake \
3838

3939
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
4040

41-
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -
41+
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
4242

4343
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
4444

0 commit comments

Comments
 (0)
Please sign in to comment.