[SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 487f8c7f8ea797ab2bdbda1a7fa652ac9c7a9166
git at osgeo.org
git at osgeo.org
Tue Jul 28 19:17:38 PDT 2026
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 487f8c7f8ea797ab2bdbda1a7fa652ac9c7a9166 (commit)
from d4155276a049f996a3624a550c0a080fb555b4ee (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 487f8c7f8ea797ab2bdbda1a7fa652ac9c7a9166
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jul 28 22:17:33 2026 -0400
Move pointcloud out of postgis subdir
diff --git a/windows/mingw64/scripts/build_pointcloud.sh b/windows/mingw64/scripts/build_pointcloud.sh
index 926dd6f..7f30d97 100644
--- a/windows/mingw64/scripts/build_pointcloud.sh
+++ b/windows/mingw64/scripts/build_pointcloud.sh
@@ -45,14 +45,14 @@ ZLIB_VER=1.2.13
#-- build pointcloud extension --
if true; then
- cd ${PROJECTS}/postgis/pointcloud
+ cd ${PROJECTS}/pointcloud/branches
#https://docs.google.com/document/d/1qJjiNUleh220so1gwthTtyJuBZj0TD3eDMTql-djCk8/edit?pli=1
export PATH="${PATH}:${PROJECTS}/zlib/rel-zlib-${ZLIB_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/zlib/rel-zlib-${ZLIB_VER}w${OS_BUILD}${GCC_TYPE}/lib:${PROJECTS}/zlib/rel-${ZLIB_VER}w${OS_BUILD}${GCC_TYPE}/include:${PROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}${GCC_TYPE}/lib:${PROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}${GCC_TYPE}/include:${PGPATH}/include:${PGPATH}/bin"
#rm -rf pointcloud
#export PATH="${PGPATH}:${PATHOLD}:${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin" #${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin:
#git clone -b master https://github.com/pramsey/pointcloud.git
- cd pointcloud
+ cd ${POINTCLOUD_VER}
# dos2unix configure.ac
# dos2unix autogen.sh
# dos2unix config.mk.in
@@ -97,7 +97,7 @@ fi
if [ "$?" == "0" ]; then
strip pgsql/*.dll
export REL_PGVER=${PG_VER//./} #strip the period
- export RELDIR=${PROJECTS}/postgis/pointcloud/builds
+ export RELDIR=${PROJECTS}/pointcloud/builds
export RELVERDIR=pointcloud-pg${REL_PGVER}-binaries-${POINTCLOUD_VER}w${OS_BUILD}${GCC_TYPE}
export PATH="${PATHOLD}:${PGPATH}/bin:${PGPATH}/lib"
export outdir="${RELDIR}/${RELVERDIR}"
-----------------------------------------------------------------------
Summary of changes:
windows/mingw64/scripts/build_pointcloud.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.
More information about the postgis-tickets
mailing list