diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-17 21:31:47 -0300 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2017-07-18 10:54:30 +0100 |
commit | 9d3aa1a3f764bd2b69443c6b9913bff59147e7f7 (patch) | |
tree | 5cfc881bf14b06dc1945dba4bc6072a44f004881 /.shippable.yml | |
parent | 41a0b1ee8993643b44b975557618838c0de57adb (diff) |
shippable: add x86_64 targets
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[AJB: minor tweak to name]
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 189d193da5..1f92ace8f7 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -5,6 +5,8 @@ env: global: - LC_ALL=C matrix: + - IMAGE=debian-amd64 + TARGET_LIST=x86_64-softmmu,x86_64-linux-user - IMAGE=debian-armel-cross TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user - IMAGE=debian-armhf-cross |