[SCM] PostGIS branch stable-3.0 updated. 3.0.11-10-gf2f5ba9ef
git at osgeo.org
git at osgeo.org
Mon Apr 14 18:03:07 PDT 2025
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-3.0 has been updated
via f2f5ba9ef6aac958cf64b89e79da96130a8fb84c (commit)
from c23e3e05652f173be6731d0fdfd09adec63015c5 (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 f2f5ba9ef6aac958cf64b89e79da96130a8fb84c
Author: Regina Obe <lr at pcorp.us>
Date: Mon Apr 14 21:01:24 2025 -0400
Modernize woodpecker ci yaml
- pipeline is no longer supported in 3+ series
so will break when we upgrade from 2.5 to 3.5
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 737527101..2df1c9a16 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,11 +1,13 @@
-pipeline:
- build:
- image: docker.osgeo.org/postgis/build-test:trisquel3
- commands:
- - export PATH=/usr/lib/postgresql/12/bin:$PATH
- - ./autogen.sh
- - PGVER=12 ./configure
- - make docs
+labels:
+ platform: linux/amd64
+steps:
+ name: build
+ image: docker.osgeo.org/postgis/build-test:trisquel3
+ commands:
+ - export PATH=/usr/lib/postgresql/12/bin:$PATH
+ - ./autogen.sh
+ - PGVER=12 ./configure
+ - make docs
#- make -C doc check
#- make docs-localized
#- make -C doc/ check-localized
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 4912e7704..ff62b9250 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,11 +1,12 @@
+labels:
+ platform: linux/amd64
matrix:
PG_VERSION:
- 12
- 11
-pipeline:
- build:
- group: build
+steps:
+ name: build
image: docker.osgeo.org/postgis/build-test:trisquel3
commands:
- sh autogen.sh
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 18 ++++++++++--------
.woodpecker/regress.yml | 7 ++++---
2 files changed, 14 insertions(+), 11 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list