[postgis-tickets] r17766 - [travis] don't assume "make check" will work parallel w/out "make"

Sandro Santilli strk at kbt.io
Thu Aug 22 11:07:17 PDT 2019


Author: strk
Date: 2019-08-22 11:07:17 -0700 (Thu, 22 Aug 2019)
New Revision: 17766

Modified:
   trunk/ci/travis/run_coverage.sh
Log:
[travis] don't assume "make check" will work parallel w/out "make"

Modified: trunk/ci/travis/run_coverage.sh
===================================================================
--- trunk/ci/travis/run_coverage.sh	2019-08-22 18:00:27 UTC (rev 17765)
+++ trunk/ci/travis/run_coverage.sh	2019-08-22 18:07:17 UTC (rev 17766)
@@ -8,5 +8,6 @@
 /usr/local/pgsql/bin/pg_ctl -c -l /tmp/logfile start
 ./autogen.sh
 ./configure CFLAGS="${CFLAGS_COV}" LDFLAGS="${LDFLAGS_COV}" --enable-debug
+make -j
 make -j check
 (curl -S -f https://codecov.io/bash -o .github/codecov.bash && bash .github/codecov.bash) || echo "Coverage report failed"



More information about the postgis-tickets mailing list