]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
.travis.yml: enable aarch64-softmmu and alpha-softmmu tcg tests
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 9 May 2019 15:38:40 +0000 (16:38 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 May 2019 09:28:51 +0000 (10:28 +0100)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
.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"