]> git.ipfire.org Git - thirdparty/zstd.git/blob - .cirrus.yml
Merge pull request #2492 from niacat/dev
[thirdparty/zstd.git] / .cirrus.yml
1 task:
2 name: FreeBSD (shortest)
3 freebsd_instance:
4 matrix:
5 image_family: freebsd-12-2
6 # The stable 11.3 image causes "Agent is not responding" so use a snapshot
7 image_family: freebsd-11-3-snap
8 install_script: pkg install -y gmake coreutils
9 script: |
10 MOREFLAGS="-Werror" gmake -j all
11 gmake shortest