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

env:
  CIRRUS_CLONE_DEPTH: 1

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