[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-32-g7905ec144
git at osgeo.org
git at osgeo.org
Fri Aug 18 13:39:43 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".
The branch, master has been updated
via 7905ec144ecee9896238a58c0883bd3e4c7a2854 (commit)
from 6f6839a334a188edfc5a437ecc689621ee6c440d (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 7905ec144ecee9896238a58c0883bd3e4c7a2854
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date: Mon Apr 17 16:37:56 2023 +0200
[macOS][CI] Add CI for macOS thanks to Cirrus-CI
from Loic Bartoletti
Closes https://github.com/postgis/postgis/pull/729
for PostGIS 3.5.0
diff --git a/.cirrus.yml b/.cirrus.yml
index 26b3c8ab9..8d5fe6f85 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -38,3 +38,23 @@ task:
- name: 13.2-RELEASE
freebsd_instance:
image_family: freebsd-13-2
+
+task:
+ name: macOS
+ alias: test-macos
+ test_script:
+ - brew update
+ - brew install autoconf automake libtool gpp pkg-config gdal geos json-c pcre2 postgresql at 14 proj protobuf-c sfcgal cunit
+ - ./autogen.sh
+ - ./configure --without-gui --without-interrupt-tests --without-topology --without-raster --with-sfcgal --with-address-standardizer --with-protobuf --with-pgconfig=/opt/homebrew/opt/postgresql at 14/bin/pg_config
+ - brew services start postgresql at 14
+ - postgres -V
+ - make -j8 || { brew services stop postgresql at 14; exit 1;}
+ - make -j8 check || { brew services stop postgresql at 14; exit 1;}
+ - brew services stop postgresql at 14
+
+ matrix:
+ macos_instance:
+ image: ghcr.io/cirruslabs/macos-ventura-base:latest
+ macos_instance:
+ image: ghcr.io/cirruslabs/macos-monterey-base:latest
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list