[U-Boot] [PATCH 1/1] travis.yml: run Python tests on qemu-riscv64_defconfig
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Jul 18 04:33:58 UTC 2019
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 at gmx.de>
---
Tested on Travis CI:
https://travis-ci.org/xypron2/u-boot/builds/560095689
---
.travis.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index c21bbbbca4..4c19cf72ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -454,6 +454,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"
--
2.20.1
More information about the U-Boot
mailing list