[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-138-g82ab399

git at osgeo.org git at osgeo.org
Wed Nov 4 00:16: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  82ab399eb572d23c204c44b0e44fdc1593234b08 (commit)
      from  9732cf8398a56db784889bc0f91597e6f7a8e5a9 (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 82ab399eb572d23c204c44b0e44fdc1593234b08
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Nov 4 09:15:16 2020 +0100

    Do not let travis run parallel check jobs (more tests)

diff --git a/ci/travis/run_nowagyu.sh b/ci/travis/run_nowagyu.sh
index 160afae..6855fb9 100644
--- a/ci/travis/run_nowagyu.sh
+++ b/ci/travis/run_nowagyu.sh
@@ -13,5 +13,6 @@ LDFLAGS="--coverage"
 
 # Standard build
 ./configure --without-wagyu CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
+bash ./ci/travis/logbt -- make -j
+bash ./ci/travis/logbt -- make check RUNTESTFLAGS=--verbose
 (curl -S -f https://codecov.io/bash -o .github/codecov.bash && bash .github/codecov.bash) || echo "Coverage report failed"
diff --git a/ci/travis/run_usan_clang.sh b/ci/travis/run_usan_clang.sh
index 3357345..f50f158 100644
--- a/ci/travis/run_usan_clang.sh
+++ b/ci/travis/run_usan_clang.sh
@@ -17,4 +17,5 @@ LD_PRELOAD=/usr/lib/clang/9/lib/linux/libclang_rt.asan-x86_64.so \
 # Build with Clang and usan flags
 ./autogen.sh
 ./configure CC=clang CFLAGS="${CFLAGS_USAN}" LDFLAGS="${LDFLAGS_STD}"
-bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
+bash ./ci/travis/logbt -- make -j
+bash ./ci/travis/logbt -- make check RUNTESTFLAGS=--verbose
diff --git a/ci/travis/run_usan_gcc.sh b/ci/travis/run_usan_gcc.sh
index 333cb3c..3fb7135 100644
--- a/ci/travis/run_usan_gcc.sh
+++ b/ci/travis/run_usan_gcc.sh
@@ -10,4 +10,5 @@ LDFLAGS_STD="-Wl,-Bsymbolic-functions -Wl,-z,relro"
 
 # Build with GCC and usan flags
 ./configure CC=gcc CFLAGS="${CFLAGS_STD}" LDFLAGS="${LDFLAGS_STD}"
-bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
+bash ./ci/travis/logbt -- make -j
+bash ./ci/travis/logbt -- make check RUNTESTFLAGS=--verbose

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

Summary of changes:
 ci/travis/run_nowagyu.sh    | 3 ++-
 ci/travis/run_usan_clang.sh | 3 ++-
 ci/travis/run_usan_gcc.sh   | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list