2018-12-05 11:41:56 -08:00
|
|
|
# Cirrus CI integration
|
|
|
|
# https://cirrus-ci.org
|
|
|
|
|
|
|
|
test_task:
|
|
|
|
freebsd_instance:
|
|
|
|
matrix:
|
2021-10-08 05:55:12 +01:00
|
|
|
image: freebsd-13-0-release-amd64
|
|
|
|
image: freebsd-12-2-release-amd64
|
2020-12-20 15:37:32 -06:00
|
|
|
image: freebsd-11-4-release-amd64
|
2018-12-05 11:41:56 -08:00
|
|
|
env:
|
|
|
|
OS: FreeBSD
|
|
|
|
procfs_script: >
|
|
|
|
[ -f /proc/curproc ] || mount -t procfs proc /proc
|
2021-12-30 18:37:19 -06:00
|
|
|
pkg_install_script: pkg install -y bash gawk gsed meson
|
2018-12-05 11:41:56 -08:00
|
|
|
gsed_hack_script: rm /usr/bin/sed && ln -s /usr/local/bin/gsed /usr/bin/sed
|
2019-02-22 18:21:44 -06:00
|
|
|
test_script: bash ci/cirrus.sh
|