[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1087-ga99704884
git at osgeo.org
git at osgeo.org
Fri Jun 30 05:41:24 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, master has been updated
via a997048847da8a870414413582d74dfb7d5cf810 (commit)
from 7e62e02ba017c560dfd7bff682cdcdc701fef7ef (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 a997048847da8a870414413582d74dfb7d5cf810
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jun 29 23:09:48 2023 +0200
Have woodie build pdf and cheatsheets
References #5420
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 81e62d4b2..311ed8c3d 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,5 +1,5 @@
pipeline:
- build:
+ prepare:
image: docker.osgeo.org/postgis/build-test:trisquel3
pull: true
when:
@@ -7,8 +7,29 @@ pipeline:
commands:
- ./autogen.sh
- mkdir -p build-docs && cd build-docs
- - ../configure
+ - ../configure --without-pg
+ - make postgis_revision.h
+ build-html:
+ image: docker.osgeo.org/postgis/build-test:trisquel3
+ when:
+ status: [ success ]
+ commands:
+ - cd build-docs
- make docs
- make -C doc check
- make docs-localized
- make -C doc/ check-localized
+ build-pdf:
+ image: docker.osgeo.org/postgis/build-test:trisquel3
+ when:
+ status: [ success ]
+ commands:
+ - cd build-docs
+ - make -C doc/ pdf
+ build-cheatsheets:
+ image: docker.osgeo.org/postgis/build-test:trisquel3
+ when:
+ status: [ success ]
+ commands:
+ - cd build-docs
+ - make -C doc/ cheatsheets
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list