diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-06-02 15:56:26 -0300 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2017-06-21 15:03:06 +0100 |
commit | 492734b5da947fa8478a3df193341f0210071e55 (patch) | |
tree | 6335601c46b3deab861fc873dfe8dd46b8dce235 | |
parent | d2a44865e8c38003b8f4bb601db3173cf071f0ac (diff) | |
download | qemu-492734b5da947fa8478a3df193341f0210071e55.zip |
shippable: add armeb-linux-user target
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r-- | .shippable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.shippable.yml b/.shippable.yml index fe360f85cb..2070c4d827 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 |