summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2017-02-27 14:30:28 +0000
committerFam Zheng <famz@redhat.com>2017-02-28 20:31:01 +0800
commit1ed9251515382a1fc9c6187fee8d7d7bf141dc90 (patch)
tree1789f4339f8f13922f0f616a5a178177863e8af6
parent267004d991ca7bb8e1a98accb3b764c0622cc6e9 (diff)
downloadfocaccia-qemu-1ed9251515382a1fc9c6187fee8d7d7bf141dc90.tar.gz
focaccia-qemu-1ed9251515382a1fc9c6187fee8d7d7bf141dc90.zip
.shippable: add s390x-cross target
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>
-rw-r--r--.shippable.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.shippable.yml b/.shippable.yml
index 1a1fd7a91d..653bd750fe 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -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}