mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
9 lines
224 B
YAML
9 lines
224 B
YAML
task:
|
|
name: FreeBSD (make check)
|
|
freebsd_instance:
|
|
matrix:
|
|
image_family: freebsd-15-0-amd64-zfs
|
|
install_script: pkg install -y gmake coreutils
|
|
script: |
|
|
MOREFLAGS="-Werror" gmake -j all
|
|
gmake check
|