[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-392-g3f5cdbc43
git at osgeo.org
git at osgeo.org
Fri Jan 28 00:06:46 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 3f5cdbc4362424d948f78be7a9663bd0c2c1b9d4 (commit)
from 013fa4889b2369fe79450f87c206c62ad32d7d22 (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 3f5cdbc4362424d948f78be7a9663bd0c2c1b9d4
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jan 28 09:05:03 2022 +0100
[drone] Add PostgreSQL-12 testing
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 7b7af5d69..33a081c38 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -42,4 +42,11 @@ steps:
commands:
- PGVER=11 sh ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
+
+ - name: build-12
+ image: *test-image
+ pull: always
+ commands:
+ - PGVER=12 sh ci/dronie/postgis_regress.sh
+ depends_on: [ autogen ]
...
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list