mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
.travis.yml: test xtensa xtfpga board in QEMU
This allows running tests on emulated KC705 board with DC233C xtensa core. It expects to find conf.xtfpga_qemu in the uboot-test-hooks. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
64c26fee05
commit
4d69009462
1 changed files with 7 additions and 0 deletions
|
@ -388,5 +388,12 @@ matrix:
|
||||||
QEMU_TARGET="arm-softmmu"
|
QEMU_TARGET="arm-softmmu"
|
||||||
TEST_PY_ID="--id qemu"
|
TEST_PY_ID="--id qemu"
|
||||||
BUILDMAN="^zynq_zc702$"
|
BUILDMAN="^zynq_zc702$"
|
||||||
|
- env:
|
||||||
|
- TEST_PY_BD="xtfpga"
|
||||||
|
TEST_PY_TEST_SPEC="not sleep"
|
||||||
|
QEMU_TARGET="xtensa-softmmu"
|
||||||
|
TEST_PY_ID="--id qemu"
|
||||||
|
BUILDMAN="^xtfpga$"
|
||||||
|
TOOLCHAIN="xtensa-dc233c-elf"
|
||||||
|
|
||||||
# TODO make it perfect ;-r
|
# TODO make it perfect ;-r
|
||||||
|
|
Loading…
Add table
Reference in a new issue