Skip to content

Commit

Permalink
Comment out cpp travis osx until it's sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Jun 8, 2020
1 parent f442fa7 commit 361633b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,18 @@ matrix:
after_success:
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi

- os: osx
osx_image: xcode9.4
env:
- TARGET=cpp
- CACHE=$HOME/cache
cache:
ccache: true
directories:
- /usr/local/Homebrew
- $HOME/cache
- $HOME/Library/Caches/Homebrew
# OSX is erroring out consistently for C++, remove and debug
# - os: osx
# osx_image: xcode9.4
# env:
# - TARGET=cpp
# - CACHE=$HOME/cache
# cache:
# ccache: true
# directories:
# - /usr/local/Homebrew
# - $HOME/cache
# - $HOME/Library/Caches/Homebrew

env:
global:
Expand Down

0 comments on commit 361633b

Please sign in to comment.