]> git.proxmox.com Git - mirror_qemu.git/blame - .cirrus.yml
.cirrus.yml: basic compile and test for FreeBSD
[mirror_qemu.git] / .cirrus.yml
CommitLineData
7162fbb4
EM
1freebsd_12_task:
2 freebsd_instance:
3 image: freebsd-12-0-release-amd64
4 cpu: 8
5 memory: 8G
6 env:
7 CIRRUS_CLONE_DEPTH: 1
8 install_script: pkg install -y
9 bison curl cyrus-sasl git glib gmake gnutls
10 nettle perl5 pixman pkgconf png usbredir
11 script:
12 - mkdir build
13 - cd build
14 - ../configure || { cat config.log; exit 1; }
15 - gmake -j8
16 - gmake -j8 V=1 check