aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
Commit message (Collapse)AuthorAgeFilesLines
* Cirrus-CI: increase timeout to 120mEd Maste2020-02-191-1/+1
| | | | | | | | | | For some reason build+package+test time went from about 1h10 to over 1h30 (killed due to timeout prior to completion). The reason for the increase still needs investigation. Notes: svn path=/head/; revision=358120
* Cirrus-CI: add `make packages` to CI testEd Maste2020-01-191-0/+2
| | | | | | | | | | | | | Now that we can override the format to avoid the time spent compressing pkgbase packages we can test `make packages` with only 5 minutes or so added to the CI cycle time. A future change should switch the CI smoke test to using these packages. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=356900
* Cirrus-CI: bump VM image to FreeBSD 12.1Ed Maste2020-01-181-1/+1
| | | | | | | | | 12.0 will be EOL. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=356867
* cirrus.yml: stop fetching OVMF.fd now that we're using the pkgEd Maste2019-07-301-1/+0
| | | | | | | | | Missed in r350302 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=350449
* cirrus.yml: use OVMF.fd from uefi-edk2-qemu-x86_64 packageEd Maste2019-07-241-2/+2
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=350302
* Cirrus-CI: pass OVMF env var to test script for upcoming changesEd Maste2019-04-111-1/+1
| | | | | | | | | In review D19876 ian@ has some proposed improvements to the tools/boot/ci-qemu-test.sh script. Start specifying the location of OVMF.fd fetched by the Cirrus-CI build in advance of those changes. Notes: svn path=/head/; revision=346121
* Add Cirrus CI config file to support CI builds (in downstream projects)Ed Maste2019-04-101-0/+19
Make use of the CI smoke test script added in r346080. Reviewed by: imp, lwhsu Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=346085