mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 00:55:53 +08:00
Remove OSX from travis build list because it is broken.
This commit is contained in:
parent
72bb3b3c31
commit
f5dc6bf259
23
.travis.yml
23
.travis.yml
@ -85,17 +85,18 @@ matrix:
|
||||
# - $HOME/Library/Caches/Homebrew
|
||||
# - local-lib
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode9.4 # OS X 10.13
|
||||
env:
|
||||
- TARGET=main
|
||||
cache:
|
||||
directories:
|
||||
- /usr/local/Homebrew
|
||||
- $HOME/Library/Caches/Homebrew
|
||||
- local-lib
|
||||
after_success:
|
||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi
|
||||
# OSX errors out consistently for Perl now too. Back to jenkins.
|
||||
# - os: osx
|
||||
# osx_image: xcode9.4 # OS X 10.13
|
||||
# env:
|
||||
# - TARGET=main
|
||||
# cache:
|
||||
# directories:
|
||||
# - /usr/local/Homebrew
|
||||
# - $HOME/Library/Caches/Homebrew
|
||||
# - local-lib
|
||||
# after_success:
|
||||
# - if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi
|
||||
|
||||
# OSX is erroring out consistently for C++, remove and debug
|
||||
# - os: osx
|
||||
|
Loading…
x
Reference in New Issue
Block a user