[geos-commits] [SCM] GEOS branch 3.7 updated. bfb90bc5f9b6f2435b9f90cb7ec2e1885ccb5331
git at osgeo.org
git at osgeo.org
Sun Sep 2 20:20:38 PDT 2018
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, 3.7 has been updated
via bfb90bc5f9b6f2435b9f90cb7ec2e1885ccb5331 (commit)
from 34cdf0252cd9ffd202f68faf94908860f5762461 (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 bfb90bc5f9b6f2435b9f90cb7ec2e1885ccb5331
Author: Regina Obe <lr at pcorp.us>
Date: Sun Sep 2 23:20:39 2018 -0400
Revise bessies to use cmake
diff --git a/tools/ci/bessie.sh b/tools/ci/bessie.sh
index a0dc348..f26ca12 100644
--- a/tools/ci/bessie.sh
+++ b/tools/ci/bessie.sh
@@ -10,6 +10,11 @@
# See the COPYING file for more information.
#
sh autogen.sh
-./configure
-make
-make check
+rm -rf build
+mkdir -p build
+# ./configure
+# make
+# make check
+cmake build
+run_make
+run_test
-----------------------------------------------------------------------
Summary of changes:
tools/ci/bessie.sh | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list