aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: f5478f7be388dd1f05241a325a7eccaa022445e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
freebsd_instance:
  image_family: freebsd-13-0-snap

env:
  CIRRUS_CLONE_DEPTH: 1

task:
  timeout_in: 20m
  install_script:
    - pkg install -y docproj
  test_script:
    - make HUGO_ARGS="--verbose --debug --path-warnings"