[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-15-gea5671c26
git at osgeo.org
git at osgeo.org
Fri Aug 11 18:40:32 PDT 2023
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 ea5671c266d2668a653b7793f9180dc594112ee3 (commit)
from 22936599f22fef215e50346ebe2d5708b65307e3 (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 ea5671c266d2668a653b7793f9180dc594112ee3
Author: Regina Obe <lr at pcorp.us>
Date: Fri Aug 11 21:37:50 2023 -0400
Try to avoid using woodie for tool testing
because for some reason crashes on tool testing
which sometimes kills the woodie-server if agent is running there
- Add tool testing to dronie (see if it crashes)
- For now set when to pull request on woodie to disable tools testing
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 1422d5760..6f2098ed8 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -36,3 +36,16 @@ steps:
- PGVER=14 sh ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
+ - name: tools
+ image: *test-image
+ pull: true
+ commands:
+ - ./autogen.sh
+ - ./configure --without-pgconfig --prefix=/tmp/pgx
+ - make
+ - make check
+ - make install
+ - /tmp/pgx/bin/postgis help
+ - /tmp/pgx/bin/shp2pgsql
+ - /tmp/pgx/bin/raster2pgsql
+
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 42447e2b5..b62596673 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -2,6 +2,8 @@ steps:
build:
image: docker.osgeo.org/postgis/build-test:trisquel3
pull: true
+ when:
+ event: pull_request
commands:
- ./autogen.sh
- ./configure --without-pgconfig --prefix=/tmp/pgx
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 13 +++++++++++++
.woodpecker/tools.yml | 2 ++
2 files changed, 15 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list