wireshark/.cirrus.yml
Dario Lombardo 024d91a493
cirrus: remove FreeBSD 11.4.
Many packages needed to build Wireshark are missing from pkg in
FreeBSD 11.4. They're only available in ports. That doesn't mean
that Wireshark is not compilable on FreeBSD 11.4, but that it
requires a long build from ports that is unlikely compatible with
Cirrus' CI (and its timeouts).
2020-12-18 23:20:34 +01:00

18 lines
353 B
YAML

task:
timeout_in: 120m
freebsd_instance:
matrix:
- image_family: freebsd-13-0-snap
- image_family: freebsd-12-1
env:
ASSUME_ALWAYS_YES: YES
setup_script:
- pkg update -f
- pkg install bash
- tools/bsd-setup.sh --install-optional
build_script:
- mkdir build
- cd build
- cmake -GNinja ..
- ninja