[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.7-28-gbc3e86487
git at osgeo.org
git at osgeo.org
Fri Aug 12 23:36:52 PDT 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, stable-2.5 has been updated
via bc3e86487e0c3d1588a1c262d701798893dc7d32 (commit)
from 6ddae060896215a3fbcaf18140d7c9e58dc34962 (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 bc3e86487e0c3d1588a1c262d701798893dc7d32
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Aug 13 08:36:19 2022 +0200
[gitlab-ci] Fix installcheck
Closes #5215
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bba6df05d..ff731aa70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,8 +14,8 @@ test:
- ./autogen.sh
- ./configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
- make
- - make check RUNTESTFLAGS=-v
- - make check RUNTESTFLAGS="-v --dumprestore"
+ - RUNTESTFLAGS=-v make check
+ - RUNTESTFLAGS="-v --dumprestore" make check
- make install
- - make installcheck RUNTESTFLAGS=-v
- - make installcheck RUNTESTFLAGS="-v --dumprestore"
+ - RUNTESTFLAGS=-v make installcheck
+ - RUNTESTFLAGS="-v --dumprestore" make installcheck
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list