[postgis-tickets] r15688 - [drone] disable interrupt test, add upgrade test
Sandro Santilli
strk at kbt.io
Mon Sep 11 09:41:54 PDT 2017
Author: strk
Date: 2017-09-11 09:41:54 -0700 (Mon, 11 Sep 2017)
New Revision: 15688
Modified:
branches/2.1/.drone.yml
Log:
[drone] disable interrupt test, add upgrade test
Modified: branches/2.1/.drone.yml
===================================================================
--- branches/2.1/.drone.yml 2017-09-11 16:39:46 UTC (rev 15687)
+++ branches/2.1/.drone.yml 2017-09-11 16:41:54 UTC (rev 15688)
@@ -1,9 +1,5 @@
# See http://readme.drone.io/0.5/usage/overview
-env:
- global:
- - RUNTESTFLAGS=-v
-
# See https://git.osgeo.org/gogs/postgis/postgis-docker
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel
@@ -14,12 +10,16 @@
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
commands:
- service postgresql start
- - make check
+ - make check RUNTESTFLAGS=-v
+ - make install
+ - utils/check_all_upgrades.sh \
+ `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
More information about the postgis-tickets
mailing list