diff mbox

[RFC,4/4] Enable aarch64 mttcg litmus tests in travis CI

Message ID 20160805060327.1464-5-bobby.prani@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Pranith Kumar Aug. 5, 2016, 6:03 a.m. UTC
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

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