[SCM] PostGIS branch master updated. 3.4.0rc1-973-ge691c963f
git at osgeo.org
git at osgeo.org
Tue Mar 5 12:36:26 PST 2024
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 e691c963fdc83d36e5e18a4e7aca912867893759 (commit)
from a832b8598436b5bbe90f0139966cc911ffc22fe4 (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 e691c963fdc83d36e5e18a4e7aca912867893759
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Mar 5 12:36:22 2024 -0800
Run make check on liblwgeom to get cunit tests
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5daa9aa2..befeef53e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,7 @@
- echo "Build dir is ${PWD}"
- ${SRCDIR}/configure --without-raster CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
- make
+ - make -C liblwgeom check
- su -c 'make' postgres # idempotence test, see #5099
- RUNTESTFLAGS="-v --dumprestore" make check-regress
- make install
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list