mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 17:56:17 -04:00
9 lines
185 B
YAML
9 lines
185 B
YAML
task:
|
|
freebsd_instance:
|
|
matrix:
|
|
- image_family: freebsd-11-3-snap
|
|
- image_family: freebsd-12-1-snap
|
|
install_script: pkg install -y gmake
|
|
script:
|
|
- gmake check
|