Skip to content

Commit 33ca873

Browse files
m-kuhn3nids
authored andcommitted
Test ninja again
1 parent 9b20c7b commit 33ca873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mkdir -p build-docker &&
1414
pushd build-docker
1515

1616
cmake \
17+
-GNinja \
1718
-DWITH_STAGED_PLUGINS=ON \
1819
-DWITH_GRASS=OFF \
1920
-DSUPPRESS_QT_WARNINGS=ON \
@@ -39,7 +40,7 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
3940

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

42-
/usr/bin/make -j3 -i -k
43+
ninja
4344

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

0 commit comments

Comments
 (0)