Files
zstd-rs/.cirrus.yml
T

10 lines
214 B
YAML

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