Debug Xcode build 5/...
This commit is contained in:
parent
3361d25045
commit
1ae41b5e82
@ -15,13 +15,13 @@ matrix:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
||||||
brew update && \
|
|
||||||
brew install qt5 && \
|
brew install qt5 && \
|
||||||
brew link qt5 --force && \
|
brew link qt5 --force && \
|
||||||
brew install protobuf && \
|
brew install protobuf && \
|
||||||
ls -lR /usr/local/include/google/protobuf; \
|
ls -lR /usr/local/include/google/protobuf; \
|
||||||
which clang++; \
|
which clang++; \
|
||||||
clang++ -E -x c++ - -v < /dev/null; \
|
clang++ -E -x c++ - -v < /dev/null; \
|
||||||
|
export CPLUS_INCLUDE_PATH=/usr/local/include; \
|
||||||
fi"
|
fi"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user