Skip to content

Commit 624a7bd

Browse files
committed
Run make directly
1 parent afec6ee commit 624a7bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
3939

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

42+
/usr/bin/make -j3 -i -k
43+
4244
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
4345

4446
ccache -s

0 commit comments

Comments
 (0)