mirror of
https://github.com/boostorg/bind.git
synced 2025-08-14 04:04:32 +02:00
Do not use the gcc toolset on Travis OS X
This commit is contained in:
@@ -43,4 +43,6 @@ install:
|
||||
- ./b2 headers
|
||||
|
||||
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