Adding icc make check to travis ci

dev
Bimba Shrestha 2020-03-03 15:22:35 -08:00
parent 5acd074aae
commit 1bc56dfa4c
1 changed files with 17 additions and 0 deletions

View File

@ -25,6 +25,23 @@ env:
matrix:
fast_finish: true
include:
- name: icc
compiler: icc
env:
- C_COMPILER=icc
- CXX_COMPILER=icpc
- COMPILER_FLAGS='-wd13200 -wd13203'
install:
- source /opt/intel/inteloneapi/compiler/latest/env/vars.sh
addons:
apt:
sources:
- sourceline: 'deb https://apt.repos.intel.com/oneapi all main'
key_url: 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB'
packages:
- intel-oneapi-icc
script: make check
- name: arm64 # ~2.5 mn
os: linux
arch: arm64