]> granicus.if.org Git - postgis/commitdiff
[travis] don't assume "make check" will work parallel w/out "make"
authorSandro Santilli <strk@kbt.io>
Thu, 22 Aug 2019 18:07:17 +0000 (18:07 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 22 Aug 2019 18:07:17 +0000 (18:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17766 b70326c6-7e19-0410-871a-916f4a2858ee

ci/travis/run_coverage.sh

index 70b473cd2aeff7b787a33612e3753d14afbf5047..748aea01175e09acc45dbdf5f96d37016fe29e4f 100644 (file)
@@ -8,5 +8,6 @@ LDFLAGS_COV="--coverage"
 /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"