]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.shippable.yml: new CI provider
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 20 Feb 2017 10:51:38 +0000 (10:51 +0000)
committerFam Zheng <famz@redhat.com>
Fri, 24 Feb 2017 06:18:11 +0000 (14:18 +0800)
Ostensibly Shippable offers a similar set of services as Travis.
However they are focused on Docker container based work-flows so we
can use our existing containers to run a few extra builds - in this
case a bunch of cross-compiled targets on a Debian multiarch system.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170220105139.21581-4-alex.bennee@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
.shippable.yml [new file with mode: 0644]
MAINTAINERS

diff --git a/.shippable.yml b/.shippable.yml
new file mode 100644 (file)
index 0000000..1a1fd7a
--- /dev/null
@@ -0,0 +1,19 @@
+language: c
+env:
+  matrix:
+    - IMAGE=debian-armhf-cross
+      TARGET_LIST=arm-softmmu,arm-linux-user
+    - IMAGE=debian-arm64-cross
+      TARGET_LIST=aarch64-softmmu,aarch64-linux-user
+build:
+  pre_ci:
+    - make docker-image-${IMAGE}
+  pre_ci_boot:
+    image_name: qemu
+    image_tag: ${IMAGE}
+    pull: false
+    options: "-e HOME=/root"
+  ci:
+    - unset CC
+    - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
+    - make -j2
index 4714df883b0afd0783970277b430f05f5ea9d87e..67404677a162cd59d89c65b576ed91b02bc9f6f3 100644 (file)
@@ -1803,6 +1803,7 @@ M: Alex Bennée <alex.bennee@linaro.org>
 L: qemu-devel@nongnu.org
 S: Supported
 F: .travis.yml
+F: .shippable.yml
 
 Documentation
 -------------