aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: e828d58f33fe8e4f2a2ff8bf40284332998f4d2c (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"