]> granicus.if.org Git - postgis/commitdiff
[travis] run debug build in parallel
authorDarafei Praliaskouski <me@komzpa.net>
Tue, 13 Nov 2018 20:40:37 +0000 (20:40 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Tue, 13 Nov 2018 20:40:37 +0000 (20:40 +0000)
References #4235

git-svn-id: http://svn.osgeo.org/postgis/trunk@17011 b70326c6-7e19-0410-871a-916f4a2858ee

ci/travis/run_tests.sh

index 7d5ff4854121829f9479edb28d3ab46e000b73a1..4066b673d6a90cb354abf6d26295ab3c506b902d 100644 (file)
@@ -25,7 +25,7 @@ bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
 # 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