[postgis-tickets] r15020 - Update .drone.yml from trunk
Sandro Santilli
strk at kbt.io
Thu Jul 21 11:08:37 PDT 2016
Author: strk
Date: 2016-07-21 11:08:36 -0700 (Thu, 21 Jul 2016)
New Revision: 15020
Modified:
branches/2.2/.drone.yml
Log:
Update .drone.yml from trunk
Modified: branches/2.2/.drone.yml
===================================================================
--- branches/2.2/.drone.yml 2016-07-21 17:51:41 UTC (rev 15019)
+++ branches/2.2/.drone.yml 2016-07-21 18:08:36 UTC (rev 15020)
@@ -1,11 +1,21 @@
-# See http://readme.drone.io/usage/overview
+# See http://readme.drone.io/0.5/usage/overview
+
+# See https://git.osgeo.org/gogs/postgis/postgis-docker
+test-image: &test-image docker.kbt.io/postgis/build-test:trisquel
+
pipeline:
+ clone:
+ image: git
+ depth: 50
+ recursive: false
build:
- # See https://git.osgeo.org/gogs/postgis/postgis-docker
- image: docker.kbt.io/postgis/build-test:trisquel
+ image: *test-image
commands:
- - service postgresql start
- ./autogen.sh
- ./configure CFLAGS="-O0 -Wall"
- make
+ check:
+ image: *test-image
+ commands:
+ - service postgresql start
- make check
More information about the postgis-tickets
mailing list