Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
echo instead of ninja
  • Loading branch information
3nids authored and m-kuhn committed Sep 15, 2017
1 parent 85e6d24 commit 22c95a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/travis/linux/docker-build-test.sh
Expand Up @@ -39,6 +39,7 @@ cmake \
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so

export CTEST_BUILD_COMMAND=ninja
export CTEST_BUILD_COMMAND=echo

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

Expand Down

0 comments on commit 22c95a1

Please sign in to comment.