mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 18:04:05 +08:00
e554fde064
it has been failing for a while and doesn't seem to get fixed. There is still the FreeBSD 14.0 test running.
10 lines
163 B
YAML
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
|