aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
Commit message (Collapse)AuthorAgeFilesLines
* .cirrus.yml: Change to 14.0-RELEASEDanilo G. Baio2024-05-041-1/+1
|
* Cirrus CI: Remove build verbosityDanilo G. Baio2023-10-011-1/+1
| | | | | | This way, it will be easier to identify warnings and errors from Hugo for anyone when working and building the website or the documentation portal.
* Cirrus CI: Switch to on-premises workerDanilo G. Baio2023-10-011-5/+3
| | | | | | | | Cirrus CI is currently not operational for us due to exceeding the monthly free compute limit. This temporarily disables Cirrus CI public instances in favor of an on-premises worker hosted in the FreeBSD cluster for testing purposes.
* .cirrus.yml: Change image to 13.2-RELEASEMuhammad Moinur Rahman2023-09-201-2/+1
| | | | | The CI was running based on 13-2-snap which was pre 13.2-RELEASE. As we have 13.2-RELEASE now switch to that version.
* Cirrus CI: Use FreeBSD 13.2 imageDanilo G. Baio2023-05-011-1/+1
| | | | | Reported by: QWERTIOX Pull Request: https://github.com/freebsd/freebsd-doc/pull/177
* Cirrus CI: Use FreeBSD 13.1 imageDanilo G. Baio2022-07-171-1/+1
|
* Remove unknown flag for hugoLi-Wen Hsu2022-03-221-1/+1
|
* Cirrus CI: Remove Python requirementDanilo G. Baio2022-01-081-1/+1
| | | | | Python is not necessary anymore for building the website and documentation projects.
* Cirrus CI: Increase timeout to 20 minutesDanilo G. Baio2021-06-051-1/+1
|
* Cirrus CI: Fix build, and Add build verbosityDanilo G. Baio2021-06-051-6/+3
| | | | | | While here: - Relax resources, default is 2 CPUs and 4 GBs of memory - Use newer FreeBSD image
* Fox build on Cirrus CILi-Wen Hsu2021-02-071-3/+3
| | | | | | While here, reduce timeout setting because hugo is fast :) Approved by: carlavilla (implicitly)
* Add Cirrus CI config fileGuangyuan Yang2020-12-131-0/+16
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