diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-17 21:31:56 -0300 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2017-07-18 10:58:36 +0100 |
commit | 67f5b285ba56d6015e728059db136103e0593af5 (patch) | |
tree | 404fdfc7af07391995d23118e5f6b11392b0cd3f /.shippable.yml | |
parent | fd7b284d79982784b4cd9f32b8282e3c5a7863ca (diff) |
shippable: add mips64el 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.shippable.yml b/.shippable.yml index f2a904014a..53b43b349f 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -15,9 +15,10 @@ 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-mips-cross TARGET_LIST=mips-softmmu,mipsel-linux-user + - IMAGE=debian-mips64el-cross + TARGET_LIST=mips64el-softmmu,mips64el-linux-user - IMAGE=debian-powerpc-cross TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user - IMAGE=debian-ppc64el-cross |