]> git.ipfire.org Git - thirdparty/zstd.git/blob - .cirrus.yml
Merge pull request #1501 from lwhsu/cirrus-ci
[thirdparty/zstd.git] / .cirrus.yml
1 env:
2 CIRRUS_CLONE_DEPTH: 1
3 ARCH: amd64
4
5 task:
6 freebsd_instance:
7 matrix:
8 image: freebsd-12-0-release-amd64
9 image: freebsd-11-2-release-amd64
10 install_script:
11 - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
12 - pkg upgrade -y
13 - pkg install -y gmake
14 script:
15 - CFLAGS="-Werror" gmake -j all