forked from osmocom/wireshark
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
353 B
18 lines
353 B
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
|