Index: stable/12/.cirrus.yml =================================================================== --- stable/12/.cirrus.yml (nonexistent) +++ stable/12/.cirrus.yml (revision 359150) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +freebsd_instance: + image: freebsd-12-1-release-amd64 + cpu: 8 + memory: 24G + +env: + CIRRUS_CLONE_DEPTH: 1 + +task: + timeout_in: 90m + install_script: + - pkg install -y qemu-devel uefi-edk2-qemu-x86_64 + script: + - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel + test_script: + - sh tools/boot/ci-qemu-test.sh Property changes on: stable/12/.cirrus.yml ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: stable/12 =================================================================== --- stable/12 (revision 359149) +++ stable/12 (revision 359150) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r346085,346121,350302,350449,356867