]> git.proxmox.com Git - mirror_qemu.git/blame - .shippable.yml
qapi: A couple more QAPI_LIST_PREPEND() stragglers
[mirror_qemu.git] / .shippable.yml
CommitLineData
d92d886a 1language: c
a825ca06
PMD
2git:
3 submodules: false
d92d886a 4env:
c34647c1
PMD
5 global:
6 - LC_ALL=C
d92d886a 7 matrix:
8cb14dbb
AB
8 - IMAGE=debian-amd64
9 TARGET_LIST=x86_64-softmmu,x86_64-linux-user
8cb14dbb 10 - IMAGE=debian-mips-cross
977cb99a 11 TARGET_LIST=mips-softmmu
d92d886a 12build:
d92d886a 13 pre_ci_boot:
3b6b4997 14 image_name: registry.gitlab.com/qemu-project/qemu/qemu/${IMAGE}
767b6bd2 15 image_tag: latest
6e3ede39 16 pull: true
d92d886a
AB
17 options: "-e HOME=/root"
18 ci:
19 - unset CC
bc4486fb
PB
20 - mkdir build
21 - cd build
f2dfb09c 22 - ../configure --disable-docs ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
a08fc2f8 23 - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))