We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 624a7bd commit 07023f3Copy full SHA for 07023f3
.ci/travis/linux/docker-build-test.sh
@@ -14,6 +14,7 @@ mkdir -p build-docker &&
14
pushd build-docker
15
16
cmake \
17
+ -GNinja \
18
-DWITH_STAGED_PLUGINS=ON \
19
-DWITH_GRASS=OFF \
20
-DSUPPRESS_QT_WARNINGS=ON \
@@ -39,7 +40,7 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
39
40
41
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
42
-/usr/bin/make -j3 -i -k
43
+ninja
44
45
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
46
0 commit comments