1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00
zstd/.cirrus.yml
2025-01-18 12:24:11 -08:00

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