[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-398-g4fa57df0b

git at osgeo.org git at osgeo.org
Fri Jan 28 06:25:23 PST 2022


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  4fa57df0b3bd726346e1fd272921a29ab888b55f (commit)
      from  3f8705564479f88da266e9f3384f2c646180ef94 (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 4fa57df0b3bd726346e1fd272921a29ab888b55f
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 28 11:08:10 2022 +0100

    [dronie] Build localized docs

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 7a3df2089..e4c6b08cd 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -49,3 +49,14 @@ steps:
     commands:
       - PGVER=12 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
+
+  - name: build-localized-docs
+    image: *test-image
+    pull: never
+    commands:
+      - apt update -qq && apt install -y poxml libsfcgal-dev
+      - mkdir /tmp/pgis-docs - && cp -a * /tmp/pgis-docs
+      - cd /tmp/pgis-docs # out-of-build html-localized is broken...
+      - ./configure
+      - make docs-localized
+    depends_on: [ autogen ]

-----------------------------------------------------------------------

Summary of changes:
 .drone-1.0.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list