[postgis-tickets] r15014 - Split build and check steps

Sandro Santilli strk at kbt.io
Thu Jul 21 06:55:30 PDT 2016


Author: strk
Date: 2016-07-21 06:55:29 -0700 (Thu, 21 Jul 2016)
New Revision: 15014

Modified:
   branches/2.1/.drone.yml
Log:
Split build and check steps

Modified: branches/2.1/.drone.yml
===================================================================
--- branches/2.1/.drone.yml	2016-07-21 12:19:10 UTC (rev 15013)
+++ branches/2.1/.drone.yml	2016-07-21 13:55:29 UTC (rev 15014)
@@ -1,10 +1,18 @@
-# See http://readme.drone.io/usage/overview
+# See http://readme.drone.io/0.5/usage/overview
 pipeline:
+  clone:
+    image: git
+    depth: 50
+    recursive: false
   build:
+    # See https://git.osgeo.org/gogs/postgis/postgis-docker
     image: docker.kbt.io/postgis/build-test:trisquel
     commands:
       - ./autogen.sh
       - ./configure
       - make
+  check:
+    image: docker.kbt.io/postgis/build-test:trisquel
+    commands:
       - service postgresql start
       - make check



More information about the postgis-tickets mailing list