mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 10:45:55 +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
|
# - $HOME/Library/Caches/Homebrew
|
||||||
# - local-lib
|
# - local-lib
|
||||||
|
|
||||||
- os: osx
|
# OSX errors out consistently for Perl now too. Back to jenkins.
|
||||||
osx_image: xcode9.4 # OS X 10.13
|
# - os: osx
|
||||||
env:
|
# osx_image: xcode9.4 # OS X 10.13
|
||||||
- TARGET=main
|
# env:
|
||||||
cache:
|
# - TARGET=main
|
||||||
directories:
|
# cache:
|
||||||
- /usr/local/Homebrew
|
# directories:
|
||||||
- $HOME/Library/Caches/Homebrew
|
# - /usr/local/Homebrew
|
||||||
- local-lib
|
# - $HOME/Library/Caches/Homebrew
|
||||||
after_success:
|
# - local-lib
|
||||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi
|
# 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
|
# OSX is erroring out consistently for C++, remove and debug
|
||||||
# - os: osx
|
# - os: osx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user