[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-376-gf9f92af54
git at osgeo.org
git at osgeo.org
Thu Jan 27 01:00:05 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, master has been updated
via f9f92af54f0c1bebe0fb1faf83e91cd9628d45ef (commit)
from dd81046b9e3ecd4f7a9532fb00b090de6137958c (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 f9f92af54f0c1bebe0fb1faf83e91cd9628d45ef
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jan 26 16:09:03 2022 +0100
[gitlab-ci] Use out-of-source build
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51f806337..4f9fb5d46 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,11 @@
- ./configure
- make maintainer-clean
- ./autogen.sh
- - ./configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
+ - export SRCDIR="${PWD}"
+ - echo "SRCDIR is ${SRCDIR}"
+ - mkdir /tmp/build && cd /tmp/build
+ - echo "Build dir is ${PWD}"
+ - ${SRCDIR}/configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
- make
- RUNTESTFLAGS=-v make check
- RUNTESTFLAGS="-v --dumprestore" make check-regress
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list