aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
blob: 9078af68963e8445a21b4a19f9f2f14241c960b2 (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-1
      - image_family: freebsd-11-4
  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