[geos-commits] [SCM] GEOS branch master updated. df24b6bb8ba421d45cd4a0c4732a847b0b6e0d56

git at osgeo.org git at osgeo.org
Sat Jan 12 10:27:14 PST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  df24b6bb8ba421d45cd4a0c4732a847b0b6e0d56 (commit)
      from  83b5ecf270493475ef95cd9ab005c3ae09bdda6e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df24b6bb8ba421d45cd4a0c4732a847b0b6e0d56
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jan 12 13:27:09 2019 -0500

    Run script for dronie.osgeo.org - the drone 1.0 generation

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
new file mode 100644
index 0000000..e2e74e7
--- /dev/null
+++ b/.drone-1.0.yml
@@ -0,0 +1,24 @@
+# This is for the dronie 1.0 agent
+# https://docs.drone.io/user-guide/pipeline/steps/ https://docs.drone.io/user-guide/pipeline/migrating/
+# See https://git.osgeo.org/gogs/geos/geos-docker
+test-image: &test-image docker.kbt.io/geos/build-test:alpine
+
+kind: pipeline
+name: default
+
+clone:
+    image: plugins/git
+    depth: 50
+    recursive: false
+
+steps:
+  - name: build
+    image: *test-image
+    commands:
+      - ./autogen.sh
+      - CXXFLAGS="-O0" ./configure
+      - make
+  - name: check
+    image: *test-image
+    commands:
+      - CXXFLAGS="-O0" make check

-----------------------------------------------------------------------

Summary of changes:
 .drone.yml => .drone-1.0.yml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
 copy .drone.yml => .drone-1.0.yml (61%)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list