]> git.proxmox.com Git - mirror_qemu.git/blob - .shippable.yml
cpu: Move debug_excp_handler to tcg_ops
[mirror_qemu.git] / .shippable.yml
1 language: c
2 git:
3 submodules: false
4 env:
5 global:
6 - LC_ALL=C
7 matrix:
8 - IMAGE=debian-amd64
9 TARGET_LIST=x86_64-softmmu,x86_64-linux-user
10 - IMAGE=debian-mips-cross
11 TARGET_LIST=mips-softmmu
12 build:
13 pre_ci_boot:
14 image_name: registry.gitlab.com/qemu-project/qemu/qemu/${IMAGE}
15 image_tag: latest
16 pull: true
17 options: "-e HOME=/root"
18 ci:
19 - unset CC
20 - mkdir build
21 - cd build
22 - ../configure --disable-docs ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
23 - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))