projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b95ff7
)
travis: add no-TCG build
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 14 Jul 2017 09:30:16 +0000
(11:30 +0200)
committer
Fam Zheng
<famz@redhat.com>
Mon, 17 Jul 2017 03:34:20 +0000
(11:34 +0800)
It's fairly easy for --disable-tcg to bitrot. Test it in our CI.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <
20170714093016
.10897-1-pbonzini@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 27a2d9cfb3429d79959b3647962af6c924c1603a..3c7a5cbe2551a6bb393951b3f2e239b7da9f02e2 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-86,6
+86,9
@@
matrix:
- env: CONFIG="--enable-trace-backends=ust"
TEST_CMD=""
compiler: gcc
+ - env: CONFIG="--disable-tcg"
+ TEST_CMD=""
+ compiler: gcc
- env: CONFIG=""
os: osx
compiler: clang