FreeBSD via Vagrant allows reuse of existing actions (#339)

Currently, there is a lot of duplicate CI config for FreeBSD jobs, this removes that redundancy.
This commit is contained in:
Hummeltech
2023-09-28 12:31:53 -07:00
committed by GitHub
parent 04a2ef0315
commit d13186ae7d
7 changed files with 103 additions and 58 deletions

View File

@ -4,14 +4,10 @@ This document provides users with step-by-step instructions on how to compile an
Please see our [Continuous Integration script](/.github/workflows/build-and-test.yml) for more details.
## FreeBSD 13.0/13.1/13.2
## FreeBSD 12/13
```shell
#!/usr/bin/env sh
# Mapnik & GDAL w/ working GPKG support are not in the `quarterly` repository (2023.05.04)
sudo mkdir -p /usr/local/etc/pkg/repos
sudo sed 's#/quarterly#/latest#g' /etc/pkg/FreeBSD.conf > /usr/local/etc/pkg/repos/FreeBSD.conf
# Update installed packages
sudo pkg upgrade --yes