git: 407939b640 - main - Fox build on Cirrus CI

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Feb 7 06:57:23 UTC 2021


The branch main has been updated by lwhsu (ports, src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=407939b6406893e9c32b1503e11d72c32876e4c3

commit 407939b6406893e9c32b1503e11d72c32876e4c3
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-02-07 06:55:41 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-02-07 06:55:41 +0000

    Fox build on Cirrus CI
    
    While here, reduce timeout setting because hugo is fast :)
    
    Approved by:    carlavilla (implicitly)
---
 .cirrus.yml | 6 +++---
 1 file 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
 


More information about the dev-commits-doc-all mailing list