qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 4/4] Enable aarch64 mttcg litmus tests in travis


From: Pranith Kumar
Subject: [Qemu-devel] [RFC PATCH 4/4] Enable aarch64 mttcg litmus tests in travis CI
Date: Fri, 5 Aug 2016 02:03:27 -0400

Signed-off-by: Pranith Kumar <address@hidden>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 881ba9d..f84f800 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ addons:
       - libvte-2.90-dev
       - sparse
       - uuid-dev
+      - gcc-aarch64-linux-gnu
 
 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
 # to prevent IRC notifications from forks. This was created using:
@@ -102,3 +103,5 @@ matrix:
 after_success:
   - cd tests/tcg/mttcg/x86
   - make tests
+  - cd ../aarch64
+  - make tests
-- 
2.9.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]