forked from boostorg/config
First attempt at testing Intel C++ in Travis CI.
This commit is contained in:
@ -25,6 +25,14 @@ matrix:
|
||||
- os: linux
|
||||
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
|
||||
|
||||
- os: linux
|
||||
env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11 TEST_INTEL=1
|
||||
before_install:
|
||||
- wget -q 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
|
||||
- ./install-icc.sh icc
|
||||
after_script:
|
||||
- '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'
|
||||
|
||||
- os: linux
|
||||
compiler: g++-4.4
|
||||
env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x
|
||||
@ -268,6 +276,7 @@ install:
|
||||
- ./b2 headers
|
||||
|
||||
script:
|
||||
- if [ $TEST_INTEL ]; then source ~/.bashrc; fi
|
||||
- |-
|
||||
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
|
||||
- IFS=','
|
||||
|
Reference in New Issue
Block a user