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

git at osgeo.org git at osgeo.org
Mon Feb 1 16:06:43 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  a2a41b8c765f789ab929d3ccebf12d791c580bba (commit)
      from  904e2980cf1ad83f315b0caab7de53cc3018fd11 (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 a2a41b8c765f789ab929d3ccebf12d791c580bba
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 1 19:02:59 2021 -0500

    Add script for debbie instead of pulling from build-bot repo

diff --git a/tools/ci/debbie.sh b/tools/ci/debbie.sh
new file mode 100644
index 0000000..9cc5c75
--- /dev/null
+++ b/tools/ci/debbie.sh
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+# Debian sid CI script runner for GEOS
+# 64-bit Debian Sid (debbie)
+#
+# Copyright (c) 2021 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.
+
+rm -rf build
+mkdir -p build
+cd build
+cmake ../
+make
+[ -f CMakeCache.txt ] && \
+ctest --output-on-failure . || \
+make check

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

Summary of changes:
 tools/ci/{bessie32.sh => debbie.sh} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 copy tools/ci/{bessie32.sh => debbie.sh} (75%)
 mode change 100755 => 100644


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list