summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-01-11 16:11:26 +0200
committerTom Rini <trini@konsulko.com>2018-01-19 15:49:31 -0500
commita5bee50720cbab7b1c1556639fd465c934f10697 (patch)
treecfc2d908d8153f360f52f474877b992d670ce16f /.travis.yml
parent1b012a3e7b604b73d885e6965059bd897ba8aa33 (diff)
Travis-CI: Add job for running test.py on qemu_arm64
The corresponding changes in the uboot-test-hooks repo are: https://github.com/swarren/uboot-test-hooks/pull/15 Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b91cc40a12..2a98c4bb11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -339,6 +339,11 @@ matrix:
QEMU_TARGET="arm-softmmu"
BUILDMAN="^qemu_arm$"
- env:
+ - TEST_PY_BD="qemu_arm64"
+ TEST_PY_TEST_SPEC="not sleep"
+ QEMU_TARGET="aarch64-softmmu"
+ BUILDMAN="^qemu_arm64$"
+ - env:
- TEST_PY_BD="qemu_mips"
TEST_PY_TEST_SPEC="not sleep"
QEMU_TARGET="mips-softmmu"