Date: Sun, 7 Feb 2021 06:57:23 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 407939b640 - main - Fox build on Cirrus CI Message-ID: <202102070657.1176vNY6026393@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> AuthorDate: 2021-02-07 06:55:41 +0000 Commit: Li-Wen Hsu <lwhsu@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102070657.1176vNY6026393>