From: Philippe Mathieu-Daudé Date: Fri, 2 Jun 2017 18:56:26 +0000 (-0300) Subject: shippable: add armeb-linux-user target X-Git-Tag: v2.10.0-rc0~117^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=492734b5da947fa8478a3df193341f0210071e55;p=thirdparty%2Fqemu.git shippable: add armeb-linux-user target Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Signed-off-by: Alex Bennée --- diff --git a/.shippable.yml b/.shippable.yml index fe360f85cb6..2070c4d827c 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -6,7 +6,7 @@ env: - LC_ALL=C matrix: - IMAGE=debian-armhf-cross - TARGET_LIST=arm-softmmu,arm-linux-user + TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user - IMAGE=debian-arm64-cross TARGET_LIST=aarch64-softmmu,aarch64-linux-user - IMAGE=debian-s390x-cross