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

git at osgeo.org git at osgeo.org
Tue Feb 2 07:42:20 PST 2021


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  b4d0ffb5d80fc0b78d6cb245e61b7cd76f013b60 (commit)
      from  587049c216625a6444984e3e7293cd62dd494fb6 (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 b4d0ffb5d80fc0b78d6cb245e61b7cd76f013b60
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Feb 2 10:42:15 2021 -0500

    Try to fix dronie make check

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 73d30a2..ede7a0c 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -18,12 +18,13 @@ steps:
     commands:
       - mkdir build
       - cd build
+      - cmake --version
       - CXXFLAGS="-O0" cmake ..
       - make V=0
   - name: check
     image: *test-image
     commands:
-      - CXXFLAGS="-O0" make check V=0
+      - ctest --output-on-failure .
   # - name: docs
   #   image: *test-image
   #   commands:

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

Summary of changes:
 .drone-1.0.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list