summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2014-03-12 14:13:50 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2014-03-15 13:54:18 +0400
commit6d585ca55999aec2bcfcbf04c3cbecbb952b7302 (patch)
tree438986078f28297017f798d441fed636066fb7cb /.travis.yml
parentdfb3804d478bce02350bdf87534dc7dd3d1ded51 (diff)
downloadhqemu-6d585ca55999aec2bcfcbf04c3cbecbb952b7302.zip
hqemu-6d585ca55999aec2bcfcbf04c3cbecbb952b7302.tar.gz
.travis.yml: add a new build target with non-core devlibs
The current builds don't include all the features which are auto-detected and then disabled when the appropriate test packages don't exist. I've added another target that enables all known additional packages for increased coverage. I didn't add it to the core package list to reduce build time. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7ff4da..286cf62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,10 @@ matrix:
- env: TARGETS=i386-softmmu,x86_64-softmmu
EXTRA_CONFIG="--enable-debug --enable-tcg-interpreter"
compiler: gcc
+ # All the extra -dev packages
+ - env: TARGETS=i386-softmmu,x86_64-softmmu
+ EXTRA_PKGS="libaio-dev libcap-ng-dev libattr1-dev libbrlapi-dev uuid-dev libusb-1.0.0-dev"
+ compiler: gcc
# Currently configure doesn't force --disable-pie
- env: TARGETS=i386-softmmu,x86_64-softmmu
EXTRA_CONFIG="--enable-gprof --enable-gcov --disable-pie"
OpenPOWER on IntegriCloud