git: 11f77bb410 - main - Cirrus CI: Fix build, and Add build verbosity
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=11f77bb4105d884f15e2f94125e34773f822ff72 commit 11f77bb4105d884f15e2f94125e34773f822ff72 Author: Danilo G. Baio <[email protected]> AuthorDate: 2021-06-05 18:28:56 +0000 Commit: Danilo G. Baio <[email protected]> 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" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"