aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
blob: 00a758077dd07f66798d9ddf33f6b29102e44071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
task:
  timeout_in: 120m
  freebsd_instance:
    matrix:
      - image_family: freebsd-13-0-snap
      - image_family: freebsd-12-0
      - image_family: freebsd-11-3-snap
  setup_script: env ASSUME_ALWAYS_YES=YES tools/bsd-setup.sh --install-optional
  build_script:
    - mkdir build
    - cd build
    - cmake -GNinja ..
    - ninja