Skip to content

Commit

Permalink
Test ninja again
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and 3nids committed Aug 8, 2017
1 parent 412f2a4 commit 7dd35ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/travis/linux/docker-build-test.sh
Expand Up @@ -14,6 +14,7 @@ mkdir -p build-docker &&
pushd build-docker

cmake \
-GNinja \
-DWITH_STAGED_PLUGINS=ON \
-DWITH_GRASS=OFF \
-DSUPPRESS_QT_WARNINGS=ON \
Expand All @@ -39,7 +40,7 @@ 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
ninja

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

Expand Down

0 comments on commit 7dd35ac

Please sign in to comment.