From: Sandro Santilli Date: Thu, 22 Aug 2019 18:07:17 +0000 (+0000) Subject: [travis] don't assume "make check" will work parallel w/out "make" X-Git-Tag: 3.0.0beta1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8b5c3993e288e00a840b7a41f643901a280f5a9;p=postgis [travis] don't assume "make check" will work parallel w/out "make" git-svn-id: http://svn.osgeo.org/postgis/trunk@17766 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/travis/run_coverage.sh b/ci/travis/run_coverage.sh index 70b473cd2..748aea011 100644 --- a/ci/travis/run_coverage.sh +++ b/ci/travis/run_coverage.sh @@ -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"