[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.8-17-gd1fc0f7ae

git at osgeo.org git at osgeo.org
Fri May 12 13:48:14 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.1 has been updated
       via  d1fc0f7ae4e61fe5aba3238c7d785a9a837af8c6 (commit)
      from  0a29aee1db9e60dceccfc80213ffb6ae97c7899e (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 d1fc0f7ae4e61fe5aba3238c7d785a9a837af8c6
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..aa5119278
--- /dev/null
+++ b/.woodpecker/regress.yml
@@ -0,0 +1,13 @@
+matrix:
+  PG_VERSION:
+    - 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 | 13 +++++++++++++
 2 files changed, 25 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