[geos-commits] r4298 - branches/3.5

Sandro Santilli strk at kbt.io
Fri Oct 28 08:36:30 PDT 2016


Author: strk
Date: 2016-10-28 08:36:30 -0700 (Fri, 28 Oct 2016)
New Revision: 4298

Modified:
   branches/3.5/.drone.yml
Log:
Update drone.yml

Modified: branches/3.5/.drone.yml
===================================================================
--- branches/3.5/.drone.yml	2016-10-28 15:34:55 UTC (rev 4297)
+++ branches/3.5/.drone.yml	2016-10-28 15:36:30 UTC (rev 4298)
@@ -1,9 +1,20 @@
-# See http://readme.drone.io/usage/overview
+# See http://readme.drone.io/0.5/usage/overview
+
+# See https://git.osgeo.org/gogs/geos/geos-docker
+test-image: &test-image docker.kbt.io/geos/build-test:alpine
+
 pipeline:
+  clone:
+    image: plugins/git
+    depth: 50
+    recursive: false
   build:
-    image: docker.kbt.io/geos/build-test:alpine
+    image: *test-image
     commands:
       - ./autogen.sh
-      - ./configure
+      - CXXFLAGS="-O0" ./configure
       - make
-      - make check
+  check:
+    image: *test-image
+    commands:
+      - CXXFLAGS="-O0" make check



More information about the geos-commits mailing list