lz4/.cirrus.yml
Yann Collet e554fde064 removed FreeBSD 13.2 test from Cirrus CI
it has been failing for a while and doesn't seem to get fixed.

There is still the FreeBSD 14.0 test running.
2024-06-12 12:02:51 -07:00

10 lines
163 B
YAML

task:
name: FreeBSD
freebsd_instance:
matrix:
image_family: freebsd-14-0
install_script: pkg install -y gmake
script: |
cc -v
gmake test