From 4d69009462accf492d6fc90dc6777c7ea77d2c1e Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Wed, 7 Feb 2018 15:30:03 -0800 Subject: [PATCH] .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 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8840c83946..7b53b3dddc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -388,5 +388,12 @@ matrix: QEMU_TARGET="arm-softmmu" TEST_PY_ID="--id qemu" 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 -- 2.39.2