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 22c95a1

Browse files
3nidsm-kuhn
authored andcommittedSep 15, 2017
echo instead of ninja
1 parent 85e6d24 commit 22c95a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ cmake \
3939
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
4040

4141
export CTEST_BUILD_COMMAND=ninja
42+
export CTEST_BUILD_COMMAND=echo
4243

4344
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
4445

0 commit comments

Comments
 (0)
Please sign in to comment.