summaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: e62b371990f31045020edcc2ee9e242a6b16c6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
env:
  CIRRUS_CLONE_DEPTH: 1
  ARCH: amd64
  CPPFLAGS: -I/usr/local/include
  LDFLAGS: -L/usr/local/lib

task:
  freebsd_instance:
    matrix:
      image: freebsd-12-0-release-amd64
      image: freebsd-11-2-release-amd64
  install_script:
    - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
    - pkg upgrade -y
    - pkg install -y autoconf automake libiconv libtool pkgconf
  script:
    - ./build/ci_build.sh