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
|
|
|
|
image: freebsd-12-2-release-amd64
|
2020-12-21 03:07:32 +05:30
|
|
|
image: freebsd-11-4-release-amd64
|
2018-12-06 01:11:56 +05:30
|
|
|
env:
|
|
|
|
OS: FreeBSD
|
|
|
|
procfs_script: >
|
|
|
|
[ -f /proc/curproc ] || mount -t procfs proc /proc
|
|
|
|
pkg_install_script: pkg install -y bash gawk gmake gsed
|
|
|
|
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
|