aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-02-07 06:55:41 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-02-07 06:55:41 +0000
commit407939b6406893e9c32b1503e11d72c32876e4c3 (patch)
treec91c57b036715b2091354d023f7066179b1c7e48 /.cirrus.yml
parentace7a25543bbe2ef76b4fbb0a67d13f731915360 (diff)
downloaddoc-407939b6406893e9c32b1503e11d72c32876e4c3.tar.gz
doc-407939b6406893e9c32b1503e11d72c32876e4c3.zip
Fox build on Cirrus CI
While here, reduce timeout setting because hugo is fast :) Approved by: carlavilla (implicitly)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 32800c21e5..4edb6ca00b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,9 +8,9 @@ env:
task:
only_if: $CIRRUS_BRANCH != 'svn_head'
- timeout_in: 120m
+ timeout_in: 10m
install_script:
- - pkg install -y docproj
+ - pkg install -y gohugo python37 rubygem-asciidoctor rubygem-rouge
test_script:
- - make all
+ - make