blob: 4a839da85c5b7ce4c2908a99845e1e5733514d65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|