git: 407939b640 - main - Fox build on Cirrus CI
Li-Wen Hsu <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> AuthorDate: 2021-02-07 06:55:41 +0000 Commit: Li-Wen Hsu <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"