From 0aad9cb431a7c1649689ec8b369d56fd35bef2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Mon, 18 May 2020 13:08:53 +0200 Subject: [PATCH] Add native AArch64 testing to Travis (#3729) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds support for building and running the test suite on Travis CI using native AArch64 containers. JerryScript-DCO-1.0-Signed-off-by: Mátyás Mustoha mmatyas@inf.u-szeged.hu --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d44dbdf0a..a037aba79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,14 +39,11 @@ matrix: apt: packages: [gcc-arm-linux-gnueabihf, libc6-dev-armhf-cross, qemu-user-static] - - name: "Linux/AArch64 Cross Build & Correctness Tests" + - name: "Linux/AArch64 Native Build & Correctness Tests" + arch: arm64 env: - - OPTS="--quiet --jerry-tests --jerry-test-suite --toolchain=cmake/toolchain_linux_aarch64.cmake --buildoptions=--linker-flag=-static" - - RUNTIME=qemu-aarch64-static + - OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--linker-flag=-static" - TIMEOUT=300 - addons: - apt: - packages: [gcc-aarch64-linux-gnu, libc6-dev-arm64-cross, qemu-user-static] - name: "OSX/x86-64 Build, Correctness & Unit Tests" env: