aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-06-05 18:28:56 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-06-05 18:28:56 +0000
commit11f77bb4105d884f15e2f94125e34773f822ff72 (patch)
tree1f715452c2d432f3998bd54aaf43108baee566f7
parent163f29fb33bf5cd8101635f5c7cddfcc04a0d28d (diff)
downloaddoc-11f77bb4105d884f15e2f94125e34773f822ff72.tar.gz
doc-11f77bb4105d884f15e2f94125e34773f822ff72.zip
-rw-r--r--.cirrus.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4edb6ca00b..e96f8a8e50 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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"