[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-429-g753408bc2

git at osgeo.org git at osgeo.org
Mon Jan 31 08:39:31 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  753408bc2078f63e0469c337d5998dfb8c93c144 (commit)
      from  6ff061b40f227ed1f352e5c1afcbc08190de514d (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 753408bc2078f63e0469c337d5998dfb8c93c144
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jan 31 00:13:30 2022 +0100

    [dronie] Build and check all documentation

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 6e6f0ec4c..5c45e1810 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -50,14 +50,14 @@ steps:
       - PGVER=12 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
 
-  - name: build-localized-docs
+  - name: build-docs
     image: *test-image
     pull: never
     commands:
-      - apt update -qq && apt install -y poxml libsfcgal-dev
-      - mkdir -p /tmp/postgis-build/docs
-      - pwd > /tmp/postgis-build/docs/.srcdir
-      - cd /tmp/postgis-build/docs
-      - sh `cat .srcdir`/configure
+      - mkdir -p build-docs && cd build-docs
+      - ../configure
+      - make docs
+      - make -C doc check
       - make docs-localized
+      - make -C doc/ check-localized
     depends_on: [ autogen ]

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list