aboutsummaryrefslogblamecommitdiff
path: root/.cirrus.yml
blob: 627d87f1a097f4ef2164d85f1c16478cada439fa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                            
                                                     
# $FreeBSD$

freebsd_instance:
  image: freebsd-12-0-release-amd64
  cpu: 8
  memory: 24G

env:
  CIRRUS_CLONE_DEPTH: 1

task:
  timeout_in: 90m
  install_script:
  - pkg install -y qemu-devel
  - fetch https://people.freebsd.org/~emaste/OVMF.fd
  script:
  - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
  test_script:
  - OVMF=$(pwd)/OVMF.fd sh tools/boot/ci-qemu-test.sh