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

git at osgeo.org git at osgeo.org
Mon Feb 17 10:43:27 PST 2020


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  ccf087b4a8597a005abc766a5b8c4fd3f538a86f (commit)
      from  4f9c3d9f42a1c7eb920c3bc7c4270c60a4807bc8 (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 ccf087b4a8597a005abc766a5b8c4fd3f538a86f
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 17 13:43:20 2020 -0500

    Move doc build test above valgrind test so will run.

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 38cbb72..035c09a 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -23,11 +23,11 @@ steps:
     image: *test-image
     commands:
       - CXXFLAGS="-O0" make check V=0
-  - name: valgrindcheck
-    image: *test-image
-    commands:
-      - CXXFLAGS="-O0" make valgrindcheck V=0
   - name: docs
     image: *test-image
     commands:
       - make doxygen-checked
+  - name: valgrindcheck
+    image: *test-image
+    commands:
+      - CXXFLAGS="-O0" make valgrindcheck V=0

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

Summary of changes:
 .drone-1.0.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list