[geos-commits] [SCM] GEOS branch master updated. 0f938979b58f9a451670032a7199ece23d52c3c1

git at osgeo.org git at osgeo.org
Sat Jun 27 11:07:41 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  0f938979b58f9a451670032a7199ece23d52c3c1 (commit)
      from  19dc3b19338c2aded5197ca0e5a5456b028defbd (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 0f938979b58f9a451670032a7199ece23d52c3c1
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jun 27 14:07:36 2020 -0400

    Add berrie64 to jenkins bot chain. References #1033

diff --git a/tools/ci/berrie64.sh b/tools/ci/berrie64.sh
new file mode 100644
index 0000000..d4c3fbd
--- /dev/null
+++ b/tools/ci/berrie64.sh
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+# Raspberry Pi (berrie64) CI script runner for GEOS
+# 64-bit ARM chip
+#
+# Copyright (c) 2020 Regina Obe <lr at pcorp.us>
+#
+# This is free software; you can redistribute and/or modify it under
+# the terms of the GNU Lesser General Public Licence as published
+# by the Free Software Foundation.
+# See the COPYING file for more information.
+#
+# auto tools
+if true; then
+    sh autogen.sh
+    ./configure
+    make
+    make check
+fi
+
+
+# cmake
+if false; then
+    rm -rf build
+    mkdir -p build
+    cd build
+    cmake ../
+    make
+    [ -f CMakeCache.txt ] && \
+        ctest --output-on-failure . || \
+        make check
+fi

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

Summary of changes:
 tools/ci/{berrie.sh => berrie64.sh} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 copy tools/ci/{berrie.sh => berrie64.sh} (81%)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list