[geos-commits] r4221 - trunk

Sandro Santilli strk at kbt.io
Tue Jul 12 10:28:09 PDT 2016


Author: strk
Date: 2016-07-12 10:28:09 -0700 (Tue, 12 Jul 2016)
New Revision: 4221

Added:
   trunk/.drone.yml
Log:
Add .drone.yml

Added: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	                        (rev 0)
+++ trunk/.drone.yml	2016-07-12 17:28:09 UTC (rev 4221)
@@ -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