mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
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:
parent
5f698e9e41
commit
c680d3aba7
18
.travis.yml
18
.travis.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user