mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
.travis.yml: Add "--enable-modules"
We will change the default to "--enable-modules", let's cover it before the switch. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -98,3 +98,6 @@ matrix:
|
|||||||
EXTRA_PKGS="liblttng-ust-dev liburcu-dev"
|
EXTRA_PKGS="liblttng-ust-dev liburcu-dev"
|
||||||
EXTRA_CONFIG="--enable-trace-backends=ust"
|
EXTRA_CONFIG="--enable-trace-backends=ust"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
||||||
|
EXTRA_CONFIG="--enable-modules"
|
||||||
|
compiler: gcc
|
||||||
|
Reference in New Issue
Block a user