Intel C++ CI testing: Invoke installer via bash as it doesn't have executable permissions set by default.

This commit is contained in:
jzmaddock
2018-12-23 11:22:44 +00:00
parent 6f2d5daf04
commit 2fe0d73475

View File

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