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:
32f1182
)
travis.yml: Add job for running test.py in qemu_arm
author
Tuomas Tynkkynen
<tuomas.tynkkynen@iki.fi>
Tue, 19 Sep 2017 20:18:08 +0000
(23:18 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 6 Oct 2017 15:28:16 +0000
(11:28 -0400)
Note that this commit requires
https://github.com/swarren/uboot-test-hooks/pull/14 to go in first.
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 00b2a73a5eff764404e6863a7321da9f5b235f5a..7012fd1d28e24fa664139e362cd242d8870675af 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-285,6
+285,11
@@
matrix:
TEST_PY_ID="--id qemu"
QEMU_TARGET="arm-softmmu"
BUILDMAN="^integratorcp_cm926ejs$"
+ - env:
+ - TEST_PY_BD="qemu_arm"
+ TEST_PY_TEST_SPEC="not sleep"
+ QEMU_TARGET="arm-softmmu"
+ BUILDMAN="^qemu_arm$"
- env:
- TEST_PY_BD="qemu_mips"
TEST_PY_TEST_SPEC="not sleep"