aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
blob: 5d95c90e30922ff009f8e0d6724f88c6f0e4411f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
task:
  timeout_in: 120m
  freebsd_instance:
    matrix:
      - image_family: freebsd-13-0-snap
      - image_family: freebsd-12-0
      - image_family: freebsd-11-3-snap
  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