]> Git Repo - qemu.git/blob - .shippable.yml
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu.git] / .shippable.yml
1 language: c
2 env:
3   matrix:
4     - IMAGE=debian-armhf-cross
5       TARGET_LIST=arm-softmmu,arm-linux-user
6     - IMAGE=debian-arm64-cross
7       TARGET_LIST=aarch64-softmmu,aarch64-linux-user
8 build:
9   pre_ci:
10     - make docker-image-${IMAGE}
11   pre_ci_boot:
12     image_name: qemu
13     image_tag: ${IMAGE}
14     pull: false
15     options: "-e HOME=/root"
16   ci:
17     - unset CC
18     - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
19     - make -j2
This page took 0.024765 seconds and 4 git commands to generate.