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

env:
  CIRRUS_CLONE_DEPTH: 1

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