Fox build on Cirrus CI
While here, reduce timeout setting because hugo is fast :) Approved by: carlavilla (implicitly)
This commit is contained in:
parent
ace7a25543
commit
407939b640
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ env:
|
||||||
|
|
||||||
task:
|
task:
|
||||||
only_if: $CIRRUS_BRANCH != 'svn_head'
|
only_if: $CIRRUS_BRANCH != 'svn_head'
|
||||||
timeout_in: 120m
|
timeout_in: 10m
|
||||||
install_script:
|
install_script:
|
||||||
- pkg install -y docproj
|
- pkg install -y gohugo python37 rubygem-asciidoctor rubygem-rouge
|
||||||
test_script:
|
test_script:
|
||||||
- make all
|
- make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue