[U-Boot] [PATCH 4/4] Travis-CI: Add job for running test.py on qemu_arm64

Tuomas Tynkkynen tuomas.tynkkynen at iki.fi
Tue Jan 9 14:34:30 UTC 2018


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 at iki.fi>
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 31e06bbd74..6b37ee5513 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -311,6 +311,11 @@ matrix:
           TEST_PY_TEST_SPEC="not sleep"
           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"
-- 
2.15.0



More information about the U-Boot mailing list