Added pcre installation on OS X builds
This commit is contained in:
parent
55187c7f59
commit
33757e01db
1 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,11 @@ matrix:
|
|||
- compiler: gcc
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
|
||||
- |
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew update
|
||||
brew install pcre
|
||||
fi
|
||||
- |
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "clang" ]; then
|
||||
brew unlink cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue