1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-06 09:29:23 +02:00
Files
zstd/.cirrus.yml

11 lines
248 B
YAML

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