Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run make directly
  • Loading branch information
m-kuhn committed Sep 15, 2017
1 parent 2fe936f commit afde489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/travis/linux/docker-build-test.sh
Expand Up @@ -39,6 +39,8 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so

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

/usr/bin/make -j3 -i -k

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

ccache -s
Expand Down

0 comments on commit afde489

Please sign in to comment.