mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 12:55:57 +08:00
Comment out cpp travis osx until it's sorted
This commit is contained in:
parent
f442fa7782
commit
361633b1e5
23
.travis.yml
23
.travis.yml
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user