[geos-commits] r4222 - branches/3.5
Sandro Santilli
strk at kbt.io
Tue Jul 12 10:47:54 PDT 2016
Author: strk
Date: 2016-07-12 10:47:54 -0700 (Tue, 12 Jul 2016)
New Revision: 4222
Added:
branches/3.5/.drone.yml
Log:
Add .drone.yml
Added: branches/3.5/.drone.yml
===================================================================
--- branches/3.5/.drone.yml (rev 0)
+++ branches/3.5/.drone.yml 2016-07-12 17:47:54 UTC (rev 4222)
@@ -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