From 92bd1e465bf8372a4bbbf760059ebc0c9b0c2c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 2 Jun 2017 15:56:28 -0300 Subject: shippable: add mipsel target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée [AJB: fixups after dropping powerpc] Signed-off-by: Alex Bennée --- .shippable.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.shippable.yml') diff --git a/.shippable.yml b/.shippable.yml index 2070c4d827..5e0caa65c5 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -11,6 +11,9 @@ env: TARGET_LIST=aarch64-softmmu,aarch64-linux-user - IMAGE=debian-s390x-cross TARGET_LIST=s390x-softmmu,s390x-linux-user + # mips64el-softmmu disabled due to libfdt problem + - IMAGE=debian-mipsel-cross + TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user build: pre_ci: - make docker-image-${IMAGE} V=1 -- cgit v1.2.1