forked from boostorg/config
Intel C++ CI testing: Remove argument to installer as it's not recognised and should be the default anyway.
This commit is contained in:
@@ -29,7 +29,7 @@ matrix:
|
|||||||
env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11 TEST_INTEL=1
|
env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11 TEST_INTEL=1
|
||||||
before_install:
|
before_install:
|
||||||
- wget -q 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
|
- wget -q 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
|
||||||
- bash ./install-icc.sh icc
|
- bash ./install-icc.sh
|
||||||
after_script:
|
after_script:
|
||||||
- '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'
|
- '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user