projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
927411f
)
.travis.yml: Add "--enable-modules"
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 23 Jan 2015 09:43:49 +0000
(10:43 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 26 Jan 2015 11:27:05 +0000
(12:27 +0100)
We will change the default to "--enable-modules", let's cover it before
the switch.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index ad66e5bca3c7292af755c99ab70a01ae5def5e88..0ac170b4675f1151a0c19ef8149be081872ddfca 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-98,3
+98,6
@@
matrix:
EXTRA_PKGS="liblttng-ust-dev liburcu-dev"
EXTRA_CONFIG="--enable-trace-backends=ust"
compiler: gcc
+ - env: TARGETS=i386-softmmu,x86_64-softmmu
+ EXTRA_CONFIG="--enable-modules"
+ compiler: gcc