aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: 7170decc0dc24aa6013d22778cfa5fe16713edfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
task:
  name: FreeBSD
  freebsd_instance:
    matrix:
      image_family: freebsd-11-3-snap
      image_family: freebsd-12-1

  pkginstall_script:
    - pkg install -y autoconf automake libtool bash git gcc
    - ln -s /usr/local/bin/bash /bin/

  compile_script:
    - ./build_and_test.sh