[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 8c3fe9c7e9d146ea8e99003142f2ed915410f2a5
git at osgeo.org
git at osgeo.org
Sun Nov 13 14:18:09 PST 2022
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 8c3fe9c7e9d146ea8e99003142f2ed915410f2a5 (commit)
from c12def504f65f99cfdd38a8c77f0d98eb7edc97f (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 8c3fe9c7e9d146ea8e99003142f2ed915410f2a5
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 13 17:18:03 2022 -0500
Get rid of the target make builds
diff --git a/windows/mingw64/scripts/build_h3-pg.sh b/windows/mingw64/scripts/build_h3-pg.sh
index 73fe63d..26a23ff 100644
--- a/windows/mingw64/scripts/build_h3-pg.sh
+++ b/windows/mingw64/scripts/build_h3-pg.sh
@@ -43,8 +43,9 @@ cd ${LIBH3_BUILD} && cmake \
-DENABLE_FORMAT=OFF \
-DENABLE_LINTING=OFF \
..
-cmake -G "Unix Makefiles" --build ${LIBH3_BUILD} --target h3
-cmake -G "Unix Makefiles" --build ${LIBH3_BUILD} --target binding-functions
+#cmake -G "Unix Makefiles" --build ${LIBH3_BUILD} --target h3
+#cmake -G "Unix Makefiles" --build ${LIBH3_BUILD} --target binding-functions
+make
cd /project/h3-pg/h3-pg/
make
make install
-----------------------------------------------------------------------
Summary of changes:
windows/mingw64/scripts/build_h3-pg.sh | 5 +++--
1 file changed, 3 insertions(+), 2 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