]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.shippable: add s390x-cross target
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 27 Feb 2017 14:30:28 +0000 (14:30 +0000)
committerFam Zheng <famz@redhat.com>
Tue, 28 Feb 2017 12:31:01 +0000 (20:31 +0800)
Use the new debian-s390x-cross.docker target to cross compile for
s390.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20170227143028.16428-3-alex.bennee@linaro.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
.shippable.yml

index 1a1fd7a91d44379d480eed88cc43ba8b2bf1388d..653bd750fe51767ae2df3aef1e133d537cdade65 100644 (file)
@@ -5,6 +5,8 @@ env:
       TARGET_LIST=arm-softmmu,arm-linux-user
     - IMAGE=debian-arm64-cross
       TARGET_LIST=aarch64-softmmu,aarch64-linux-user
+    - IMAGE=debian-s390x-cross
+      TARGET_LIST=s390x-softmmu,s390x-linux-user
 build:
   pre_ci:
     - make docker-image-${IMAGE}