Comment out cpp travis osx until it's sorted

This commit is contained in:
Joseph Lenox 2020-06-07 21:32:31 -05:00
parent f442fa7782
commit 361633b1e5

View File

@ -97,17 +97,18 @@ matrix:
after_success: after_success:
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi - if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi
- os: osx # OSX is erroring out consistently for C++, remove and debug
osx_image: xcode9.4 # - os: osx
env: # osx_image: xcode9.4
- TARGET=cpp # env:
- CACHE=$HOME/cache # - TARGET=cpp
cache: # - CACHE=$HOME/cache
ccache: true # cache:
directories: # ccache: true
- /usr/local/Homebrew # directories:
- $HOME/cache # - /usr/local/Homebrew
- $HOME/Library/Caches/Homebrew # - $HOME/cache
# - $HOME/Library/Caches/Homebrew
env: env:
global: global: