forked from boostorg/bind
Do not use the gcc toolset on Travis OS X
This commit is contained in:
@@ -43,4 +43,6 @@ install:
|
|||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./b2 libs/bind/test toolset=gcc,clang
|
- TOOLSET=gcc,clang
|
||||||
|
- if [ $TRAVIS_OS_NAME == osx ]; then TOOLSET=clang; fi
|
||||||
|
- ./b2 libs/bind/test toolset=$TOOLSET
|
||||||
|
Reference in New Issue
Block a user