[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.3-24-g54534d4
git at osgeo.org
git at osgeo.org
Mon Aug 16 11:59:50 PDT 2021
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 54534d4b08b537286f9070fc9a0bdd41aa974568 (commit)
from 21dc4fe04345e235fef7fe486a8507491b24210f (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 54534d4b08b537286f9070fc9a0bdd41aa974568
Author: Regina Obe <lr at pcorp.us>
Date: Mon Aug 16 14:59:45 2021 -0400
Add pg 11 to dronie tests
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index fd5a074..7e4e6f3 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -25,4 +25,10 @@ steps:
pull: always
commands:
- PGVER=10 sh ci/dronie/postgis_regress.sh
+
+ - name: build-11
+ image: *test-image
+ pull: always
+ commands:
+ - PGVER=11 sh ci/dronie/postgis_regress.sh
...
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list