forked from boostorg/config
Intel C++ CI testing: Invoke installer via bash as it doesn't have executable permissions set by default.
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'
|
||||||
- ./install-icc.sh icc
|
- bash ./install-icc.sh icc
|
||||||
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