aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: dac47fc8a3e7ec3bcc8d74f7c19b798fb60b00f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Cirrus CI integration
# https://cirrus-ci.org

test_task:
  freebsd_instance:
    matrix:
      image: freebsd-12-0-release-amd64
      image: freebsd-11-2-release-amd64
  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
  test_script: bash test/cirrus.sh