aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
blob: 9d92aa26a95b082a72d5178d1a02c95d4c1a3cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
task:
  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