s2-mod/deps/zstd/.cirrus.yml
2025-04-28 23:30:04 -04:00

10 lines
214 B
YAML

task:
name: FreeBSD (make check)
freebsd_instance:
matrix:
image_family: freebsd-14-2
install_script: pkg install -y gmake coreutils
script: |
MOREFLAGS="-Werror" gmake -j all
gmake check