diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-07-18 06:33:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-02 11:29:38 -0400 |
commit | 22c7b7d63bc0b711532693a990e9d74bf59aa5bf (patch) | |
tree | b23e150d059b31d5b46641ee6824a57bfde1a766 /.travis.yml | |
parent | db289a9d746c5f4ee36002a25303da111f6365e7 (diff) |
travis.yml: run Python tests on qemu-riscv64_defconfig
Run the Python tests on the RISC-V architecture too.
https://github.com/swarren/uboot-test-hooks has already been updated.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 38fc10318e2..d330dda5b1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -459,6 +459,13 @@ matrix: QEMU_TARGET="ppc-softmmu" BUILDMAN="^qemu-ppce500$" TOOLCHAIN="powerpc" + - name: "test/py qemu-riscv64" + env: + - TEST_PY_BD="qemu-riscv64" + TEST_PY_TEST_SPEC="not sleep" + QEMU_TARGET="riscv64-softmmu" + BUILDMAN="^qemu-riscv64$" + TOOLCHAIN="riscv" - name: "test/py qemu-x86" env: - TEST_PY_BD="qemu-x86" |