projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8a8ab
)
.travis.yml: enable aarch64-softmmu and alpha-softmmu tcg tests
author
Alex Bennée
<alex.bennee@linaro.org>
Thu, 9 May 2019 15:38:40 +0000
(16:38 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 28 May 2019 09:28:51 +0000
(10:28 +0100)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 6fd89b3d915f381f20aeaeb3485c284e73e43ce9..b053a836a32adcf078502f72a26ebe7b65146708 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-284,5
+284,5
@@
matrix:
# Run check-tcg against softmmu targets
- env:
- - CONFIG="--target-list=xtensa-softmmu,arm-softmmu"
+ - CONFIG="--target-list=xtensa-softmmu,arm-softmmu
,aarch64-softmmu,alpha-softmmu
"
- TEST_CMD="make -j3 check-tcg V=1"