]> granicus.if.org Git - postgis/commitdiff
Set RUNTESTFLAGS env variable locally
authorSandro Santilli <strk@kbt.io>
Thu, 4 May 2017 18:01:55 +0000 (18:01 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 4 May 2017 18:01:55 +0000 (18:01 +0000)
global env doesn't seem to work with Drone

git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@15388 b70326c6-7e19-0410-871a-916f4a2858ee

.drone.yml

index b3b7b5b8611334453844eb055e3264f7b4221827..abc8dbb4aeb7709a456af07647381a826e370858 100644 (file)
@@ -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 @@ pipeline:
     image: *test-image
     commands:
       - service postgresql start
-      - make check
+      - make check RUNTESTFLAGS=-v
       - make install
       - utils/check_all_upgrades.sh 2.4.0dev