Merge pull request #36464 from akien-mga/travis-macos-xcode-11.3-c++17
Travis: Use Xcode 11.3 for macOS/iOS
This commit is contained in:
commit
5ee50db3f3
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ matrix:
|
||||||
stage: build
|
stage: build
|
||||||
env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
|
env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
|
||||||
os: osx
|
os: osx
|
||||||
|
osx_image: xcode11.3
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
|
@ -84,6 +85,7 @@ matrix:
|
||||||
# stage: build
|
# stage: build
|
||||||
# env: PLATFORM=iphone TOOLS=no TARGET=debug CACHE_NAME=${PLATFORM}-clang
|
# env: PLATFORM=iphone TOOLS=no TARGET=debug CACHE_NAME=${PLATFORM}-clang
|
||||||
# os: osx
|
# os: osx
|
||||||
|
# osx_image: xcode11.3
|
||||||
# compiler: clang
|
# compiler: clang
|
||||||
# addons:
|
# addons:
|
||||||
# homebrew:
|
# homebrew:
|
||||||
|
|
Loading…
Reference in a new issue