1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 08:49:28 +02:00
zstd/.cirrus.yml
2023-12-29 15:44:25 -05:00

11 lines
248 B
YAML

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