[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-403-g83966ec
git at osgeo.org
git at osgeo.org
Thu Aug 19 19:08:40 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, main has been updated
via 83966ec3f438f0b67026a098e45acbe72d70bb24 (commit)
from 0485c13d40a0d57e56275d89faef987a7a673518 (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 83966ec3f438f0b67026a098e45acbe72d70bb24
Author: Regina Obe <lr at pcorp.us>
Date: Thu Aug 19 22:08:34 2021 -0400
Add pg11 to dronie testing
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