]> git.proxmox.com Git - mirror_qemu.git/blame - .shippable.yml
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[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:
9d3aa1a3
PMD
8 - IMAGE=debian-amd64
9 TARGET_LIST=x86_64-softmmu,x86_64-linux-user
139108f6
AB
10 # currently disabled as the mxe.cc repos are down
11 # - IMAGE=debian-win32-cross
12 # TARGET_LIST=arm-softmmu,i386-softmmu,lm32-softmmu
13 # - IMAGE=debian-win64-cross
14 # TARGET_LIST=aarch64-softmmu,sparc64-softmmu,x86_64-softmmu
dca688c8
PMD
15 - IMAGE=debian-armel-cross
16 TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user
d92d886a 17 - IMAGE=debian-armhf-cross
492734b5 18 TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user
d92d886a
AB
19 - IMAGE=debian-arm64-cross
20 TARGET_LIST=aarch64-softmmu,aarch64-linux-user
1ed92515
AB
21 - IMAGE=debian-s390x-cross
22 TARGET_LIST=s390x-softmmu,s390x-linux-user
12149704
PMD
23 - IMAGE=debian-mips-cross
24 TARGET_LIST=mips-softmmu,mipsel-linux-user
67f5b285
PMD
25 - IMAGE=debian-mips64el-cross
26 TARGET_LIST=mips64el-softmmu,mips64el-linux-user
41a0b1ee
PMD
27 - IMAGE=debian-ppc64el-cross
28 TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
d92d886a
AB
29build:
30 pre_ci:
d2a44865 31 - make docker-image-${IMAGE} V=1
d92d886a
AB
32 pre_ci_boot:
33 image_name: qemu
34 image_tag: ${IMAGE}
35 pull: false
36 options: "-e HOME=/root"
37 ci:
38 - unset CC
39 - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
a08fc2f8 40 - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))