aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: 32800c21e5997326d96644229e1f2b518afa2f32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
freebsd_instance:
  image_family: freebsd-12-2-snap
  cpu: 8
  memory: 16G

env:
  CIRRUS_CLONE_DEPTH: 1

task:
  only_if: $CIRRUS_BRANCH != 'svn_head'
  timeout_in: 120m
  install_script:
    - pkg install -y docproj
  test_script:
    - make all