[postgis-tickets] r15686 - [drone] Extract upgrade target version dynamically

Sandro Santilli strk at kbt.io
Mon Sep 11 09:38:10 PDT 2017


Author: strk
Date: 2017-09-11 09:38:10 -0700 (Mon, 11 Sep 2017)
New Revision: 15686

Modified:
   branches/2.3/.drone.yml
Log:
[drone] Extract upgrade target version dynamically

Modified: branches/2.3/.drone.yml
===================================================================
--- branches/2.3/.drone.yml	2017-09-11 16:36:37 UTC (rev 15685)
+++ branches/2.3/.drone.yml	2017-09-11 16:38:10 UTC (rev 15686)
@@ -10,9 +10,10 @@
     recursive: false
   build:
     image: *test-image
+    pull: true
     commands:
       - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall"
+      - ./configure CFLAGS="-O0 -Wall" --without-interrupt-tests
       - make
   check:
     image: *test-image
@@ -20,4 +21,5 @@
       - service postgresql start
       - make check RUNTESTFLAGS=-v
       - make install
-      - utils/check_all_upgrades.sh 2.4.0dev
+      - utils/check_all_upgrades.sh \
+        `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`



More information about the postgis-tickets mailing list