Debug Xcode build 5/...

This commit is contained in:
Srivats P 2018-03-19 19:02:25 +05:30
parent 3361d25045
commit 1ae41b5e82

View File

@ -15,13 +15,13 @@ matrix:
before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
brew update && \
brew install qt5 && \
brew link qt5 --force && \
brew install protobuf && \
ls -lR /usr/local/include/google/protobuf; \
which clang++; \
clang++ -E -x c++ - -v < /dev/null; \
export CPLUS_INCLUDE_PATH=/usr/local/include; \
fi"
addons: