diff options
author | Bin Meng | 2018-10-13 20:52:14 -0700 |
---|---|---|
committer | Bin Meng | 2018-10-22 17:54:48 +0800 |
commit | 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec (patch) | |
tree | 73852dcc39672bd169a3d180bdaaca1b45909ba5 | |
parent | 68b89128110c2572688bb63963018de0d5289aaa (diff) |
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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5714bb34356..03ab70fc7e0 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" |