[geos-commits] [SCM] GEOS branch master updated. 01b43da11c8a042b1b9e70a0283a6c1e3c73707a

git at osgeo.org git at osgeo.org
Tue Jan 12 21:25:17 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  01b43da11c8a042b1b9e70a0283a6c1e3c73707a (commit)
      from  34d4b086b74078daa415242ef2534967e1aa1cd2 (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 01b43da11c8a042b1b9e70a0283a6c1e3c73707a
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jan 13 00:25:00 2021 -0500

    Switch berries to build using cmake instead of autotools

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
diff --git a/tools/ci/berrie64.sh b/tools/ci/berrie64.sh
index d4c3fbd..0d3fa39 100644
--- a/tools/ci/berrie64.sh
+++ b/tools/ci/berrie64.sh
@@ -11,7 +11,7 @@
 # See the COPYING file for more information.
 #
 # auto tools
-if true; then
+if false; then
     sh autogen.sh
     ./configure
     make
@@ -20,7 +20,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 ++--
 tools/ci/berrie64.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list