projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485c13c
)
travis-ci: Add qemu-x86_64 target
author
Tom Rini
<trini@konsulko.com>
Sat, 11 Feb 2017 15:44:05 +0000
(10:44 -0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Jan 2018 15:27:13 +0000
(10:27 -0500)
Add qemu-x86_64 to the list of targets we use for test.py runs.
Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 2a98c4bb11ccc85aad70f3391c53ba822168b795..8fadf7aacbb72f2447a534d8038b9e89b5766a27 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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"