diff mbox series

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

Message ID 20180109143430.10977-5-tuomas.tynkkynen@iki.fi
State Superseded
Delegated to: Tom Rini
Headers show
Series ARM: Extend qemu_arm to support ARM64 | expand

Commit Message

Tuomas Tynkkynen Jan. 9, 2018, 2:34 p.m. UTC
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>
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Tom Rini Jan. 9, 2018, 4:22 p.m. UTC | #1
On Tue, Jan 09, 2018 at 04:34:30PM +0200, Tuomas Tynkkynen wrote:

> 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>
diff mbox series

Patch

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"