From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Filippov Date: Wed, 7 Feb 2018 13:48:20 -0800 Subject: [U-Boot] [PATCH 2/2] .travis.yml: test xtensa xtfpga board in QEMU In-Reply-To: <1518040100-17447-1-git-send-email-jcmvbkbc@gmail.com> References: <1518040100-17447-1-git-send-email-jcmvbkbc@gmail.com> Message-ID: <1518040100-17447-3-git-send-email-jcmvbkbc@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 8e96a269299f..2c1b11dd81d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -389,5 +389,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.1.4