Date: Sat, 5 Jun 2021 18:31:29 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 11f77bb410 - main - Cirrus CI: Fix build, and Add build verbosity Message-ID: <202106051831.155IVTtd067341@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=11f77bb4105d884f15e2f94125e34773f822ff72 commit 11f77bb4105d884f15e2f94125e34773f822ff72 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-06-05 18:28:56 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-06-05 18:28:56 +0000 Cirrus CI: Fix build, and Add build verbosity While here: - Relax resources, default is 2 CPUs and 4 GBs of memory - Use newer FreeBSD image --- .cirrus.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4edb6ca00b..e96f8a8e50 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,16 +1,13 @@ freebsd_instance: - image_family: freebsd-12-2-snap - cpu: 8 - memory: 16G + image_family: freebsd-13-0-snap env: CIRRUS_CLONE_DEPTH: 1 task: - only_if: $CIRRUS_BRANCH != 'svn_head' timeout_in: 10m install_script: - - pkg install -y gohugo python37 rubygem-asciidoctor rubygem-rouge + - pkg install -y docproj python3 test_script: - - make + - make HUGO_ARGS="--verbose --debug --path-warnings"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106051831.155IVTtd067341>