[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.4-13-gc81581f

git at osgeo.org git at osgeo.org
Tue Jun 9 18:02:19 PDT 2020


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-2.5 has been updated
       via  c81581f0cd3c634fd6b2af3a48bb4803bb839c2d (commit)
      from  ce3036809b72fdf75c8556a0a78f4b9b84571c54 (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 c81581f0cd3c634fd6b2af3a48bb4803bb839c2d
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jun 9 21:02:10 2020 -0400

    Have a different abbreviated config for cloud-drone since it does pull request checks. References #4704 for PostGIS 2.5

diff --git a/.cloud-drone.yml b/.cloud-drone.yml
new file mode 100644
index 0000000..9a8632b
--- /dev/null
+++ b/.cloud-drone.yml
@@ -0,0 +1,34 @@
+# This is for the drone 1.0 agent
+# https://docs.drone.io/user-guide/pipeline/steps/
+# https://cloud.drone.io/postgis/postgis #1.0 server
+
+# See https://git.osgeo.org/gitea/postgis/postgis-docker
+# todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
+clone: &clone
+    image: plugins/git
+    depth: 20
+    recursive: false
+
+kind: pipeline
+name: build
+clone: *clone
+steps:
+  - name: build-9.5
+    image: *test-image
+    pull: true
+    commands:
+      - PGVER=9.5 sh ci/dronie/postgis_regress.sh
+
+  - name: build-9.6
+    image: *test-image
+    pull: true
+    commands:
+      - PGVER=9.6 sh ci/dronie/postgis_regress.sh
+
+  - name: build-10
+    image: *test-image
+    pull: true
+    commands:
+      - PGVER=10 sh ci/dronie/postgis_regress.sh
+...

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

Summary of changes:
 .drone-1.0.yml => .cloud-drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy .drone-1.0.yml => .cloud-drone.yml (93%)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list