[postgis-tickets] r15010 - Add drone config
Sandro Santilli
strk at kbt.io
Thu Jul 21 04:35:33 PDT 2016
Author: strk
Date: 2016-07-21 04:35:32 -0700 (Thu, 21 Jul 2016)
New Revision: 15010
Added:
branches/2.1/.drone.yml
Log:
Add drone config
Added: branches/2.1/.drone.yml
===================================================================
--- branches/2.1/.drone.yml (rev 0)
+++ branches/2.1/.drone.yml 2016-07-21 11:35:32 UTC (rev 15010)
@@ -0,0 +1,11 @@
+# See http://readme.drone.io/usage/overview
+pipeline:
+ build:
+ image: docker.kbt.io/postgis/build-test:trisquel
+ commands:
+ - service postgresql start &
+ - ./autogen.sh
+ - ./configure
+ - make
+ - wait 1 # for postgresql start
+ - make check
More information about the postgis-tickets
mailing list