zstd/.cirrus.yml
Elliot Gorokhovsky 83049cb3fe Unbreak FreeBSD CI
2022-05-09 18:28:03 -04:00

11 lines
248 B
YAML

task:
name: FreeBSD (shortest)
freebsd_instance:
matrix:
image_family: freebsd-13-0
image_family: freebsd-12-2
install_script: pkg install -y gmake coreutils
script: |
MOREFLAGS="-Werror" gmake -j all
gmake shortest