2019-04-10 15:38:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
freebsd_instance:
|
|
|
|
image: freebsd-12-0-release-amd64
|
|
|
|
cpu: 8
|
|
|
|
memory: 24G
|
|
|
|
|
|
|
|
env:
|
|
|
|
CIRRUS_CLONE_DEPTH: 1
|
|
|
|
|
|
|
|
task:
|
|
|
|
timeout_in: 90m
|
|
|
|
install_script:
|
2019-07-24 21:08:30 +00:00
|
|
|
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
|
2019-04-10 15:38:53 +00:00
|
|
|
script:
|
|
|
|
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
|
|
|
|
test_script:
|
2019-07-24 21:08:30 +00:00
|
|
|
- sh tools/boot/ci-qemu-test.sh
|