summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée2018-03-13 15:20:55 +0100
committerAlex Bennée2018-03-13 17:22:20 +0100
commitad20a090a5ecb85e2591ccc9ef03528e7f621873 (patch)
tree969da98beac0c4fb15d592b64d8df04d702e676c /.travis.yml
parent.travis.yml: drop setting default log output (diff)
downloadqemu-ad20a090a5ecb85e2591ccc9ef03528e7f621873.tar.gz
qemu-ad20a090a5ecb85e2591ccc9ef03528e7f621873.tar.xz
qemu-ad20a090a5ecb85e2591ccc9ef03528e7f621873.zip
.travis.yml: split default config into system and user
As the build times have risen we keep timing out. Split the default config into system and user builds. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 92c343a1ef..75e5b408d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,8 @@ env:
- TEST_CMD="make check"
- MAKEFLAGS="-j3"
matrix:
- - CONFIG=""
+ - CONFIG="--disable-system"
+ - CONFIG="--disable-user"
- CONFIG="--enable-debug --enable-debug-tcg"
- CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"
- CONFIG="--enable-modules --disable-linux-user"