mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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:
parent
2a05eb9f3c
commit
da30a97e0d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356900
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user