projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2bb38
)
.travis.yml: add softmmu check-tcg tests
author
Alex Bennée
<alex.bennee@linaro.org>
Thu, 28 Feb 2019 10:18:43 +0000
(10:18 +0000)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000
(17:05 +0000)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index b02e7318c1dffad5afd7d4db8561774bad417c31..980fc5c1ebd7599b3c04893ed20f63cf37a0bba5 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-265,6
+265,12
@@
matrix:
- ./configure ${CONFIG} --extra-cflags="-g3 -O0 -fsanitize=thread -fuse-ld=gold" || { cat config.log && exit 1; }
+ # Run check-tcg against linux-user
- env:
- CONFIG="--disable-system"
- TEST_CMD="make -j3 check-tcg V=1"
+
+ # Run check-tcg against softmmu targets
+ - env:
+ - CONFIG="--target-list=xtensa-softmmu,arm-softmmu"
+ - TEST_CMD="make -j3 check-tcg V=1"