forked from boostorg/config
Intel CI testing: Intel-16 doesn't work with gcc-8, try it with gcc-7 instead.
This commit is contained in:
@@ -34,7 +34,7 @@ matrix:
|
||||
- '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'
|
||||
|
||||
- os: linux
|
||||
env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11,14,17 TEST_INTEL=1 EXTRA_FLAGS=-gcc-name=g++-8
|
||||
env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11,14, 1z TEST_INTEL=1 EXTRA_FLAGS=-gcc-name=g++-7
|
||||
before_install:
|
||||
- wget -q 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
|
||||
- bash ./install-icc.sh
|
||||
@@ -43,7 +43,7 @@ matrix:
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- g++-8
|
||||
- g++-7
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
|
Reference in New Issue
Block a user