[geos-commits] r4228 - branches/3.3

Sandro Santilli strk at kbt.io
Thu Jul 14 09:12:49 PDT 2016


Author: strk
Date: 2016-07-14 09:12:49 -0700 (Thu, 14 Jul 2016)
New Revision: 4228

Added:
   branches/3.3/.drone.yml
Log:
Add drone config

Added: branches/3.3/.drone.yml
===================================================================
--- branches/3.3/.drone.yml	                        (rev 0)
+++ branches/3.3/.drone.yml	2016-07-14 16:12:49 UTC (rev 4228)
@@ -0,0 +1,8 @@
+# See http://readme.drone.io/usage/overview
+pipeline:
+  build:
+    image: docker.kbt.io/geos/build-test:alpine
+    commands:
+      - ./autogen.sh
+      - ./configure
+      - make



More information about the geos-commits mailing list