Skip to content

Commit

Permalink
Travis: Temporarily disable macOS builds
Browse files Browse the repository at this point in the history
Travis CI has had trouble the past few days and macOS builds error out
for no reason.
  • Loading branch information
akien-mga committed Mar 22, 2020
1 parent 7ed9da0 commit dbb3f99
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbb3f99

Please sign in to comment.