[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 4dcaa66928b0178a095551ca8df2e47a0b3cbd26
git at osgeo.org
git at osgeo.org
Mon Aug 14 07:20:42 PDT 2023
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 "PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".
The branch, master has been updated
via 4dcaa66928b0178a095551ca8df2e47a0b3cbd26 (commit)
from 4eb7236347deaa0f51c40b0df4dfc9d25cb4e380 (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 4dcaa66928b0178a095551ca8df2e47a0b3cbd26
Author: Regina Obe <lr at pcorp.us>
Date: Mon Aug 14 10:20:33 2023 -0400
Fix packaging of h3_postgis.dll
diff --git a/windows/mingw64/scripts/build_h3-pg.sh b/windows/mingw64/scripts/build_h3-pg.sh
index 5749da0..c4f10f3 100644
--- a/windows/mingw64/scripts/build_h3-pg.sh
+++ b/windows/mingw64/scripts/build_h3-pg.sh
@@ -44,6 +44,7 @@ mkdir -p ${INSTALL_DIR}/docs
mkdir -p ${INSTALL_DIR}/share/extension
cp -r ${RELDIR}/packaging_notes/* ${INSTALL_DIR}/
cp build/h3/h3*.dll ${INSTALL_DIR}/lib
+cp build/h3_postgis/h3*.dll ${INSTALL_DIR}/lib
cp ${PGPATH}/share/extension/h3*.control ${INSTALL_DIR}/share/extension
cp ${PGPATH}/share/extension/h3*.sql ${INSTALL_DIR}/share/extension
-----------------------------------------------------------------------
Summary of changes:
windows/mingw64/scripts/build_h3-pg.sh | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.
More information about the postgis-tickets
mailing list