removing icc from travis
This commit is contained in:
-16
@@ -25,22 +25,6 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- name: icc
|
|
||||||
compiler: icc
|
|
||||||
env:
|
|
||||||
- C_COMPILER=icc
|
|
||||||
- CXX_COMPILER=icpc
|
|
||||||
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
|
- name: arm64 # ~2.5 mn
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user