[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.8-12-g5f1699e18
git at osgeo.org
git at osgeo.org
Fri May 12 13:50:41 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.0 has been updated
via 5f1699e180bdc8f6410208fd8d432eb52c6e3a36 (commit)
from 474d9884804c100ea750367b4a8b69c7bef323df (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 5f1699e180bdc8f6410208fd8d432eb52c6e3a36
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..4912e7704
--- /dev/null
+++ b/.woodpecker/regress.yml
@@ -0,0 +1,12 @@
+matrix:
+ PG_VERSION:
+ - 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 | 12 ++++++++++++
2 files changed, 24 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