Travis: Temporarily disable macOS builds
Travis CI has had trouble the past few days and macOS builds error out for no reason.
This commit is contained in:
parent
7ed9da0a54
commit
dbb3f992a4
22
.travis.yml
22
.travis.yml
|
@ -67,17 +67,17 @@ matrix:
|
|||
# packages:
|
||||
# - openjdk-8-jdk
|
||||
|
||||
- name: macOS editor (debug, Clang)
|
||||
stage: build
|
||||
env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
|
||||
os: osx
|
||||
osx_image: xcode11.3
|
||||
compiler: clang
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- scons
|
||||
update: true
|
||||
# - name: macOS editor (debug, Clang)
|
||||
# stage: build
|
||||
# env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
|
||||
# os: osx
|
||||
# osx_image: xcode11.3
|
||||
# compiler: clang
|
||||
# addons:
|
||||
# homebrew:
|
||||
# packages:
|
||||
# - scons
|
||||
# update: true
|
||||
|
||||
# TODO: iOS MoltenVK support
|
||||
|
||||
|
|
Loading…
Reference in New Issue