[postgis-tickets] r15388 - Set RUNTESTFLAGS env variable locally
Sandro Santilli
strk at kbt.io
Thu May 4 11:01:55 PDT 2017
Author: strk
Date: 2017-05-04 11:01:55 -0700 (Thu, 04 May 2017)
New Revision: 15388
Modified:
branches/2.3/.drone.yml
Log:
Set RUNTESTFLAGS env variable locally
global env doesn't seem to work with Drone
Modified: branches/2.3/.drone.yml
===================================================================
--- branches/2.3/.drone.yml 2017-05-04 17:15:16 UTC (rev 15387)
+++ branches/2.3/.drone.yml 2017-05-04 18:01:55 UTC (rev 15388)
@@ -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
@@ -22,6 +18,6 @@
image: *test-image
commands:
- service postgresql start
- - make check
+ - make check RUNTESTFLAGS=-v
- make install
- utils/check_all_upgrades.sh 2.4.0dev
More information about the postgis-tickets
mailing list