Skip to content
Snippets Groups Projects
Commit 998ae287 authored by Tom Rini's avatar Tom Rini
Browse files

travis-ci: Add qemu-x86_64 target


Add qemu-x86_64 to the list of targets we use for test.py runs.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 485c13c7
No related branches found
No related tags found
No related merge requests found
......@@ -379,6 +379,13 @@ matrix:
BUILDMAN="^qemu-x86$"
TOOLCHAIN="x86_64"
BUILD_ROM="yes"
- env:
- TEST_PY_BD="qemu-x86_64"
TEST_PY_TEST_SPEC="not sleep"
QEMU_TARGET="x86_64-softmmu"
BUILDMAN="^qemu-x86_64$"
TOOLCHAIN="x86_64"
BUILD_ROM="yes"
- env:
- TEST_PY_BD="zynq_zc702"
TEST_PY_TEST_SPEC="not sleep"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment