diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-17 21:31:45 -0300 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2017-07-18 10:54:30 +0100 |
commit | dca688c8f7f316e24c76a8d03e8dc7a6adc0cbcf (patch) | |
tree | 62ffb2c768f962ad6e8bddbf3eec46b8fdf33eda /.shippable.yml | |
parent | c705b8617ba30fe8755d54ca8acb2408a7546179 (diff) |
shippable: add armel targets
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '.shippable.yml')
-rw-r--r-- | .shippable.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.shippable.yml b/.shippable.yml index 5e0caa65c5..abcaf6f4d4 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -5,6 +5,8 @@ env: global: - LC_ALL=C matrix: + - IMAGE=debian-armel-cross + TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user - IMAGE=debian-armhf-cross TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user - IMAGE=debian-arm64-cross |