Date: Sun, 13 Dec 2020 12:41:35 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 2cd339f0e9 - Add Cirrus CI config file Message-ID: <202012131241.0BDCfZjG059536@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/doc/commit/?id=2cd339f0e95f34459fccea150161ba3d2ed3c22b commit 2cd339f0e95f34459fccea150161ba3d2ed3c22b Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2020-12-13 12:41:06 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2020-12-13 12:41:06 +0000 Add Cirrus CI config file Enable Cirrus CI to perform a complete doc tree build test. The official mirror on GitHub, as well as anyone who pushes the repo to GitHub can enjoy free CI functionality for all commits and pull requests. Reviewed by: lwhsu, bcr Differential Revision: https://reviews.freebsd.org/D27530 --- .cirrus.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 0000000000..32800c21e5 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,16 @@ +freebsd_instance: + image_family: freebsd-12-2-snap + cpu: 8 + memory: 16G + +env: + CIRRUS_CLONE_DEPTH: 1 + +task: + only_if: $CIRRUS_BRANCH != 'svn_head' + timeout_in: 120m + install_script: + - pkg install -y docproj + test_script: + - make all +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131241.0BDCfZjG059536>