[U-Boot] [PATCH] travis-ci: Add qemu-x86_64 target

Tom Rini trini at konsulko.com
Sat Feb 11 15:44:05 UTC 2017


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

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 48b7b101f1c6..dab55f34e51d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -311,6 +311,13 @@ matrix:
           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"
           QEMU_TARGET="arm-softmmu"
-- 
1.9.1



More information about the U-Boot mailing list