Intel CI testing: Intel-16 doesn't work with gcc-8, try it with gcc-7 instead.

This commit is contained in:
jzmaddock
2018-12-23 13:22:58 +00:00
parent 26b52f9899
commit 9f4985a2c0

View File

@@ -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