407939b640
While here, reduce timeout setting because hugo is fast :) Approved by: carlavilla (implicitly)
16 lines
286 B
YAML
16 lines
286 B
YAML
freebsd_instance:
|
|
image_family: freebsd-12-2-snap
|
|
cpu: 8
|
|
memory: 16G
|
|
|
|
env:
|
|
CIRRUS_CLONE_DEPTH: 1
|
|
|
|
task:
|
|
only_if: $CIRRUS_BRANCH != 'svn_head'
|
|
timeout_in: 10m
|
|
install_script:
|
|
- pkg install -y gohugo python37 rubygem-asciidoctor rubygem-rouge
|
|
test_script:
|
|
- make
|
|
|