Cirrus-CI: add make packages to CI test

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
This commit is contained in:
Ed Maste 2020-01-19 22:29:22 +00:00
parent 2a05eb9f3c
commit da30a97e0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356900

View File

@ -14,5 +14,7 @@ task:
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
script:
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
package_script:
- make WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages
test_script:
- sh tools/boot/ci-qemu-test.sh