[geos-commits] [SCM] GEOS branch master updated. 230ee8b46c80a37861da72ddca9c9940b3354239

git at osgeo.org git at osgeo.org
Tue Feb 2 19:15:31 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  230ee8b46c80a37861da72ddca9c9940b3354239 (commit)
      from  95a22f44b86118a5972db2e04d0de9b4a978b167 (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 230ee8b46c80a37861da72ddca9c9940b3354239
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Feb 2 22:14:59 2021 -0500

    Forgot the make install bit so debbie can use artifacts for PostGIS build

diff --git a/tools/ci/debbie.sh b/tools/ci/debbie.sh
index 89acfca..c50e0c8 100644
--- a/tools/ci/debbie.sh
+++ b/tools/ci/debbie.sh
@@ -14,7 +14,7 @@ rm -rf build
 mkdir -p build
 cd build
 cmake -DCMAKE_INSTALL_PREFIX:PATH=../rel-${GEOS_VER}w${OS_BUILD} ../
-make
+make && make install
 [ -f CMakeCache.txt ] && \
 ctest --output-on-failure . || \
 make check

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list