[geos-commits] r4226 - branches/3.4
Sandro Santilli
strk at kbt.io
Thu Jul 14 04:27:30 PDT 2016
Author: strk
Date: 2016-07-14 04:27:30 -0700 (Thu, 14 Jul 2016)
New Revision: 4226
Added:
branches/3.4/.drone.yml
Log:
Add drone configuration
Added: branches/3.4/.drone.yml
===================================================================
--- branches/3.4/.drone.yml (rev 0)
+++ branches/3.4/.drone.yml 2016-07-14 11:27:30 UTC (rev 4226)
@@ -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