]> granicus.if.org Git - postgis/commitdiff
Use local RUNTESTFLAGS env variable (global doesn't seem to work)
authorSandro Santilli <strk@kbt.io>
Thu, 4 May 2017 05:07:46 +0000 (05:07 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 4 May 2017 05:07:46 +0000 (05:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15386 b70326c6-7e19-0410-871a-916f4a2858ee

.drone.yml

index a2a508e83e2d49649493b6a4361b81bd5e5fc7a9..f2965da78a3b2a05e60ada4eb2229e88f9809c42 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
 
@@ -23,6 +19,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