troubleshoot osx build break - changeset #2
This commit is contained in:
parent
2626339679
commit
ae149d0263
@ -14,7 +14,7 @@ matrix:
|
||||
compiler: gcc
|
||||
|
||||
before_install:
|
||||
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew install qt && brew install protobuf && echo $CPLUS_INCLUDE_PATH && ls -R /usr/include/google && ls -R /usr/local/include/google; fi"
|
||||
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew install qt && brew install protobuf && ls -R /usr/local/Cellar/protobuf ; echo $CPLUS_INCLUDE_PATH && ls -R /usr/include && ls -R /usr/local/include; fi"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user