freebsd-dev/.cirrus.yml
Ed Maste 4d083e6d20 Cirrus-CI: increase timeout to 120m
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.
2020-02-19 15:56:40 +00:00

21 lines
425 B
YAML

# $FreeBSD$
freebsd_instance:
image: freebsd-12-1-release-amd64
cpu: 8
memory: 24G
env:
CIRRUS_CLONE_DEPTH: 1
task:
timeout_in: 120m
install_script:
- 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