1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-04 16:15:54 +02:00
zstd/.cirrus.yml
Yann Collet b73e06b83e updated FreeBSD VM to 14.2
14.1 seems no longer supported by gcloud
2025-02-11 12:52:59 -08: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