[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.3-22-g8c36a5c

git at osgeo.org git at osgeo.org
Sun Aug 15 20:38:24 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  8c36a5c44725ccef3b599176a213907ae2b24cdd (commit)
      from  1374413e394db652f2463864f3248f3107917646 (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 8c36a5c44725ccef3b599176a213907ae2b24cdd
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 15 23:38:18 2021 -0400

    Add back 9.5 to test new trisquel build that should have 9.5 dev headers now

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index fd5a074..a1f4bcd 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -14,6 +14,12 @@ kind: pipeline
 name: build
 clone: *clone
 steps:
+  - name: build-9.5
+    image: *test-image
+    pull: always
+    commands:
+      - PGVER=9.5 sh ci/dronie/postgis_regress.sh
+
   - name: build-9.6
     image: *test-image
     pull: always

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

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