[geos-commits] [SCM] GEOS branch master updated. 09acd0813a89c66dfd75411b8c35b952172a2866

git at osgeo.org git at osgeo.org
Thu Feb 4 09:45:52 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  09acd0813a89c66dfd75411b8c35b952172a2866 (commit)
      from  17ab55a55aeed3e5a0a83b05428463bf1646471f (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 09acd0813a89c66dfd75411b8c35b952172a2866
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Feb 4 12:45:45 2021 -0500

    Store winnie's build script in geos repo

diff --git a/tools/ci/winnie.sh b/tools/ci/winnie.sh
new file mode 100644
index 0000000..e3288a3
--- /dev/null
+++ b/tools/ci/winnie.sh
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+# Windows mingw64 CI script runner for GEOS
+# 64-bit Windows 2012 (winnie)
+#
+# 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 -DCMAKE_INSTALL_PREFIX:PATH=../rel-${GEOS_VER}w${OS_BUILD} ../
+make && make install
+[ -f CMakeCache.txt ] && \
+ctest --output-on-failure . || \
+make check

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

Summary of changes:
 tools/ci/{debbie.sh => winnie.sh} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 copy tools/ci/{debbie.sh => winnie.sh} (86%)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list