[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-341-g77f895b37
git at osgeo.org
git at osgeo.org
Thu Jan 20 14:30:13 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 77f895b37a5ba208ac494630256aada25ab74f21 (commit)
from 2f1a2018b1c8f78ab670ba987e154ea7e9267817 (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 77f895b37a5ba208ac494630256aada25ab74f21
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jan 20 23:29:59 2022 +0100
[gitlab-ci] Use out-of-tree builds
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51f806337..31774a2d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,13 @@
- ./configure
- make maintainer-clean
- ./autogen.sh
- - ./configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
+ - chmod -R -w .
+ - mkdir /tmp/postgis-build
+ - pwd > /tmp/postgis-build/.srcpath
+ - cd /tmp/postgis-build
+ - POSTGIS_SRC=`cat .srcpath`
+ - echo "POSTGIS_SRC: ${POSTGIS_SRC}"
+ - ${POSTGIS_SRC}/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 | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list