2018-12-06 01:11:56 +05:30
|
|
|
# Cirrus CI integration
|
|
|
|
# https://cirrus-ci.org
|
|
|
|
|
|
|
|
test_task:
|
|
|
|
freebsd_instance:
|
|
|
|
matrix:
|
2021-10-08 10:25:12 +05:30
|
|
|
image: freebsd-13-0-release-amd64
|
2022-05-09 05:29:31 +05:30
|
|
|
image: freebsd-12-3-release-amd64
|
2018-12-06 01:11:56 +05:30
|
|
|
env:
|
|
|
|
OS: FreeBSD
|
|
|
|
procfs_script: >
|
|
|
|
[ -f /proc/curproc ] || mount -t procfs proc /proc
|
2021-12-31 06:07:19 +05:30
|
|
|
pkg_install_script: pkg install -y bash gawk gsed meson
|
2018-12-06 01:11:56 +05:30
|
|
|
gsed_hack_script: rm /usr/bin/sed && ln -s /usr/local/bin/gsed /usr/bin/sed
|
2019-02-23 05:51:44 +05:30
|
|
|
test_script: bash ci/cirrus.sh
|