[geos-commits] [SCM] GEOS branch master updated. 3f8fb71b3a116c13f19744b84f98fdd2429597e7

git at osgeo.org git at osgeo.org
Thu Feb 11 07:57:01 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  3f8fb71b3a116c13f19744b84f98fdd2429597e7 (commit)
      from  f4e8e882d967f84ebf46bef30bd29d8d9ce522ad (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 3f8fb71b3a116c13f19744b84f98fdd2429597e7
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Feb 11 10:56:46 2021 -0500

    Try to fix install path.  Was installing too far down

diff --git a/tools/ci/debbie.sh b/tools/ci/debbie.sh
index c50e0c8..da798df 100644
--- a/tools/ci/debbie.sh
+++ b/tools/ci/debbie.sh
@@ -9,11 +9,11 @@
 # the terms of the GNU Lesser General Public Licence as published
 # by the Free Software Foundation.
 # See the COPYING file for more information.
-
+export REL_PATH=${WORKSPACE}/rel-${GEOS_VER}w${OS_BUILD}
 rm -rf build
 mkdir -p build
 cd build
-cmake -DCMAKE_INSTALL_PREFIX:PATH=../rel-${GEOS_VER}w${OS_BUILD} ../
+cmake -DCMAKE_INSTALL_PREFIX:PATH=${REL_PATH} ../
 make && make install
 [ -f CMakeCache.txt ] && \
 ctest --output-on-failure . || \

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

Summary of changes:
 tools/ci/debbie.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list