[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.4-24-gaa4eec7df
git at osgeo.org
git at osgeo.org
Fri May 12 13:46:38 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, stable-3.2 has been updated
via aa4eec7df397995efebed1abb9627d440f42bd3a (commit)
from a9867241174da22c763ab64cd84f27649ddacf78 (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 aa4eec7df397995efebed1abb9627d440f42bd3a
Author: Sandro Santilli <strk at kbt.io>
Date: Fri May 12 22:46:20 2023 +0200
Add woodpecker config
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
new file mode 100644
index 000000000..f03e1bb91
--- /dev/null
+++ b/.woodpecker/docs.yml
@@ -0,0 +1,12 @@
+pipeline:
+ build:
+ image: docker.osgeo.org/postgis/build-test:trisquel3
+ when:
+ path: "doc/*"
+ commands:
+ - ./autogen.sh
+ - ./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
new file mode 100644
index 000000000..45468fb10
--- /dev/null
+++ b/.woodpecker/regress.yml
@@ -0,0 +1,14 @@
+matrix:
+ PG_VERSION:
+ - 15
+ - 14
+ - 12
+ - 11
+
+pipeline:
+ build:
+ group: build
+ image: docker.osgeo.org/postgis/build-test:trisquel3
+ commands:
+ - sh autogen.sh
+ - PGVER=${PG_VERSION} sh ci/dronie/postgis_regress.sh
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 12 ++++++++++++
.woodpecker/regress.yml | 14 ++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 .woodpecker/docs.yml
create mode 100644 .woodpecker/regress.yml
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list