mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Adding Xcode 11.2 to travis
This commit is contained in:
parent
741eaca3fd
commit
9ac9c9ca49
@ -41,14 +41,17 @@ matrix:
|
|||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
env: MATRIX_EVAL="CC=clang && CXX=clang++ && GENERATOR=Xcode && CONFIG=Release"
|
env: MATRIX_EVAL="CC=clang && CXX=clang++ && GENERATOR=Xcode && CONFIG=Release"
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.1
|
||||||
|
|
||||||
|
- os: osx
|
||||||
|
env: MATRIX_EVAL="CC=clang && CXX=clang++ && GENERATOR=Xcode && CONFIG=Release"
|
||||||
|
osx_image: xcode11.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- eval "${MATRIX_EVAL}"
|
- eval "${MATRIX_EVAL}"
|
||||||
- |
|
- |
|
||||||
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
||||||
brew update
|
brew update
|
||||||
brew upgrade cmake
|
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
if [ "${GHC_COVERAGE}" = "1" ]; then
|
if [ "${GHC_COVERAGE}" = "1" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user