From: Bin Meng Date: Sun, 14 Oct 2018 03:52:14 +0000 (-0700) Subject: travis: Add qemu-x86_64 target for test.py testing X-Git-Tag: v2025.01-rc5-pxa1908~3324^2 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=3fdfca7a782e7d84bc14cd5d316b4894ec20dcec;p=u-boot.git travis: Add qemu-x86_64 target for test.py testing Add qemu-x86_64 to the list of targets we use for test.py runs. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/.travis.yml b/.travis.yml index 5714bb3435..03ab70fc7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -424,6 +424,14 @@ matrix: BUILDMAN="^qemu-x86$" TOOLCHAIN="i386" BUILD_ROM="yes" + - name: "test/py qemu-x86_64" + env: + - TEST_PY_BD="qemu-x86_64" + TEST_PY_TEST_SPEC="not sleep" + QEMU_TARGET="x86_64-softmmu" + BUILDMAN="^qemu-x86_64$" + TOOLCHAIN="i386" + BUILD_ROM="yes" - name: "test/py zynq_zc702" env: - TEST_PY_BD="zynq_zc702"