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

env:
  CIRRUS_CLONE_DEPTH: 1

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