[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-342-g7909d0937

git at osgeo.org git at osgeo.org
Thu Jan 20 14:34:51 PST 2022


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, out-of-tree-builds has been updated
       via  7909d09378a63784ccf052d166863e9fbe3d02c5 (commit)
      from  77f895b37a5ba208ac494630256aada25ab74f21 (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 7909d09378a63784ccf052d166863e9fbe3d02c5
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 20 23:34:19 2022 +0100

    [github-actions] Use out-of-tree builds

diff --git a/ci/travis/run_tests.sh b/ci/travis/run_tests.sh
index 36a34ecf0..74bda30f6 100644
--- a/ci/travis/run_tests.sh
+++ b/ci/travis/run_tests.sh
@@ -15,6 +15,8 @@ export CUNIT_VALGRIND_FLAGS="--leak-check=full --error-exitcode=1"
 ./autogen.sh
 
 # Standard build
-./configure CFLAGS="${CFLAGS_STD}" LDFLAGS="${LDFLAGS_STD}"
-bash ./ci/travis/logbt -- make -j
-bash ./ci/travis/logbt -- make check RUNTESTFLAGS=--verbose
+SRCDIR=$PWD
+mkdir build && cd build
+${SRCDIR}/configure CFLAGS="${CFLAGS_STD}" LDFLAGS="${LDFLAGS_STD}"
+bash ${SRCDIR}/ci/travis/logbt -- make -j
+bash ${SRCDIR}/ci/travis/logbt -- make check RUNTESTFLAGS=--verbose

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

Summary of changes:
 ci/travis/run_tests.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list