Fox build on Cirrus CI

While here, reduce timeout setting because hugo is fast :)

Approved by:	carlavilla (implicitly)
main
Li-Wen Hsu 3 years ago
parent ace7a25543
commit 407939b640
No known key found for this signature in database
GPG Key ID: 8D7BCC7D012FD37E

@ -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

Loading…
Cancel
Save