[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-136-gd1eed39

git at osgeo.org git at osgeo.org
Tue Nov 3 10:08:01 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  d1eed39947597725da795a18e841297fde80e223 (commit)
      from  624a034e36676bce631cae9145cc580163e94d18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1eed39947597725da795a18e841297fde80e223
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Nov 3 19:07:26 2020 +0100

    Travis: do not run check target in parallel when testing coverage

diff --git a/ci/travis/run_coverage.sh b/ci/travis/run_coverage.sh
index 13bd7e0..6ec5912 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 -o '-F' start
 ./autogen.sh
 ./configure CFLAGS="${CFLAGS_COV}" LDFLAGS="${LDFLAGS_COV}" --enable-debug
-make -j check
+make -j
+make check
 (curl -S -f https://codecov.io/bash -o .github/codecov.bash && bash .github/codecov.bash) || echo "Coverage report failed"

-----------------------------------------------------------------------

Summary of changes:
 ci/travis/run_coverage.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list