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:
Rémi Verschelde 2020-03-22 09:11:04 +01:00
parent 7ed9da0a54
commit dbb3f992a4
1 changed files with 11 additions and 11 deletions

View File

@ -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