]> git.proxmox.com Git - mirror_qemu.git/blobdiff - .travis.yml
.travis.yml: enable aarch64-softmmu and alpha-softmmu tcg tests
[mirror_qemu.git] / .travis.yml
index 6fd89b3d915f381f20aeaeb3485c284e73e43ce9..b053a836a32adcf078502f72a26ebe7b65146708 100644 (file)
@@ -284,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"