]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.travis.yml: add softmmu check-tcg tests
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 28 Feb 2019 10:18:43 +0000 (10:18 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000 (17:05 +0000)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml

index b02e7318c1dffad5afd7d4db8561774bad417c31..980fc5c1ebd7599b3c04893ed20f63cf37a0bba5 100644 (file)
@@ -265,6 +265,12 @@ matrix:
         - ./configure ${CONFIG} --extra-cflags="-g3 -O0 -fsanitize=thread -fuse-ld=gold" || { cat config.log && exit 1; }
 
 
+    # Run check-tcg against linux-user
     - env:
         - CONFIG="--disable-system"
         - TEST_CMD="make -j3 check-tcg V=1"
+
+    # Run check-tcg against softmmu targets
+    - env:
+        - CONFIG="--target-list=xtensa-softmmu,arm-softmmu"
+        - TEST_CMD="make -j3 check-tcg V=1"