]> git.proxmox.com Git - mirror_qemu.git/blobdiff - .travis.yml
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[mirror_qemu.git] / .travis.yml
index 279658b11615d2e2fd97dfce8a40595acac50789..5d3d6ee1d3287ce518707aabd84dc5e16111f493 100644 (file)
@@ -43,6 +43,7 @@ addons:
       - glib
       - pixman
       - gnu-sed
+    update: true
 
 
 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
@@ -80,7 +81,7 @@ script:
 matrix:
   include:
     - env:
-        - CONFIG="--disable-system"
+        - CONFIG="--disable-system --static"
 
 
     # we split the system builds as it takes a while to build them all