projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b8912
)
travis: Add qemu-x86_64 target for test.py testing
author
Bin Meng
<
[email protected]
>
Sun, 14 Oct 2018 03:52:14 +0000
(20:52 -0700)
committer
Bin Meng
<
[email protected]
>
Mon, 22 Oct 2018 09:54:48 +0000
(17:54 +0800)
Add qemu-x86_64 to the list of targets we use for test.py runs.
Signed-off-by: Bin Meng <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 5714bb34356f155d422a45579d567f8d902886e5..03ab70fc7e03099b28c14eaf398b9af513189711 100644
(file)
--- 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"