[geos-commits] [SCM] GEOS branch master updated. 4e9a2550a346d2052c5018909dc77eed30117772

git at osgeo.org git at osgeo.org
Thu Mar 26 09:18:12 PDT 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  4e9a2550a346d2052c5018909dc77eed30117772 (commit)
       via  304b5d68d6cd419b12f8c05fbb07334c6d5c6c85 (commit)
      from  7732d9b6339e4b75b567cc0f5e33d753c5a9f528 (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 4e9a2550a346d2052c5018909dc77eed30117772
Merge: 7732d9b 304b5d6
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Mar 26 09:18:11 2020 -0700

    Merge branch 'robe-patch-1' of robe/geos into master


commit 304b5d68d6cd419b12f8c05fbb07334c6d5c6c85
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Mar 7 14:47:04 2020 -0800

    switch berrie to cmake testing
    
    This is just to test pull request

diff --git a/tools/ci/berrie.sh b/tools/ci/berrie.sh
index 3655b38..ecd8fe8 100644
--- a/tools/ci/berrie.sh
+++ b/tools/ci/berrie.sh
@@ -10,7 +10,7 @@
 # See the COPYING file for more information.
 #
 # auto tools
-if true; then
+if false; then
     sh autogen.sh
     ./configure
     make
@@ -19,7 +19,7 @@ fi
 
 
 # cmake
-if false; then
+if true; then
     rm -rf build
     mkdir -p build
     cd build

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

Summary of changes:
 tools/ci/berrie.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list