[postgis-tickets] r17011 - [travis] run debug build in parallel

Darafei komzpa at gmail.com
Tue Nov 13 12:40:38 PST 2018


Author: komzpa
Date: 2018-11-13 12:40:37 -0800 (Tue, 13 Nov 2018)
New Revision: 17011

Modified:
   trunk/ci/travis/run_tests.sh
Log:
[travis] run debug build in parallel

References #4235


Modified: trunk/ci/travis/run_tests.sh
===================================================================
--- trunk/ci/travis/run_tests.sh	2018-11-13 19:47:59 UTC (rev 17010)
+++ trunk/ci/travis/run_tests.sh	2018-11-13 20:40:37 UTC (rev 17011)
@@ -25,7 +25,7 @@
 # Check that compilation works at nonzero POSTGIS_DEBUG_LEVEL
 ./configure --enable-debug # sets PARANOIA_LEVEL
 sed -i 's/POSTGIS_DEBUG_LEVEL [0-9]$/POSTGIS_DEBUG_LEVEL 4/' postgis_config.h
-make
+make -j
 
 # Coverage build
 ./configure CFLAGS="${CFLAGS_COV}" LDFLAGS="${LDFLAGS_COV}" --enable-debug



More information about the postgis-tickets mailing list