Cirrus CI: Fix build, and Add build verbosity

While here:
  - Relax resources, default is 2 CPUs and 4 GBs of memory
  - Use newer FreeBSD image
This commit is contained in:
Danilo G. Baio 2021-06-05 15:28:56 -03:00
parent 163f29fb33
commit 11f77bb410
1 changed files with 3 additions and 6 deletions

View File

@ -1,16 +1,13 @@
freebsd_instance:
image_family: freebsd-12-2-snap
cpu: 8
memory: 16G
image_family: freebsd-13-0-snap
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
- pkg install -y docproj python3
test_script:
- make
- make HUGO_ARGS="--verbose --debug --path-warnings"