]> git.proxmox.com Git - mirror_qemu.git/blobdiff - .travis.yml
numa: improve cpu hotplug error message with a wrong node-id
[mirror_qemu.git] / .travis.yml
index 66448d99d647278f39093eb6834ff7f0b2ec13dc..b053a836a32adcf078502f72a26ebe7b65146708 100644 (file)
@@ -42,6 +42,7 @@ addons:
     packages:
       - glib
       - pixman
+      - gnu-sed
 
 
 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
@@ -283,5 +284,5 @@ matrix:
 
     # Run check-tcg against softmmu targets
     - env:
-        - CONFIG="--target-list=xtensa-softmmu,arm-softmmu"
+        - CONFIG="--target-list=xtensa-softmmu,arm-softmmu,aarch64-softmmu,alpha-softmmu"
         - TEST_CMD="make -j3 check-tcg V=1"