Add arm64 to Travis matrix

Enable new arm64 architecture in TravisCI, add tests for
following compilers:
gcc: v5.4.0
clang: v3.8.0

Change-Id: Id0b2f2231fabcbeff7061f85050db99df12c9a67
Signed-off-by: Jun He <jun.he@arm.com>
This commit is contained in:
Jun He 2019-10-18 11:39:13 +08:00
parent 5f698e9e41
commit c680d3aba7

View File

@ -59,6 +59,24 @@ matrix:
- g++-6
env: C_COMPILER=gcc-6
### arm64: clang-3.8
- os: linux
dist: xenial
arch: arm64
env: C_COMPILER=clang
### arm64: gcc-5.4
- os: linux
dist: xenial
arch: arm64
env: C_COMPILER=gcc
### arm64: gcc-5.4
- os: linux
dist: xenial
arch: arm64
env: TEST_TYPE=ext
### linux extended tests
- dist: xenial
addons: