From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVYEy-0000XZ-96 for qemu-devel@nongnu.org; Fri, 05 Aug 2016 02:04:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVYEu-0000Mf-2U for qemu-devel@nongnu.org; Fri, 05 Aug 2016 02:04:15 -0400 Received: from mail-yw0-x242.google.com ([2607:f8b0:4002:c05::242]:36423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVYEt-0000MW-UY for qemu-devel@nongnu.org; Fri, 05 Aug 2016 02:04:11 -0400 Received: by mail-yw0-x242.google.com with SMTP id u134so21240061ywg.3 for ; Thu, 04 Aug 2016 23:04:11 -0700 (PDT) From: Pranith Kumar Date: Fri, 5 Aug 2016 02:03:27 -0400 Message-Id: <20160805060327.1464-5-bobby.prani@gmail.com> In-Reply-To: <20160805060327.1464-1-bobby.prani@gmail.com> References: <20160805060327.1464-1-bobby.prani@gmail.com> Subject: [Qemu-devel] [RFC PATCH 4/4] Enable aarch64 mttcg litmus tests in travis CI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?q?Alex=20Benn=C3=A9e?= , "open list:-----------------..." Signed-off-by: Pranith Kumar --- .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