]> git.proxmox.com Git - ceph.git/blame - ceph/src/zstd/.cirrus.yml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / zstd / .cirrus.yml
CommitLineData
9f95a23c 1task:
f67539c2 2 name: FreeBSD (shortest)
9f95a23c
TL
3 freebsd_instance:
4 matrix:
f67539c2
TL
5 image_family: freebsd-12-1
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
9f95a23c
TL
9 script: |
10 MOREFLAGS="-Werror" gmake -j all
11 gmake shortest