Update to xcode 8.2. [skip appveyor]
This commit is contained in:
parent
81be5f0caa
commit
f4aab814ae
|
@ -35,7 +35,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- DEPLOY=true
|
- DEPLOY=true
|
||||||
- LEGACY=true
|
- LEGACY=true
|
||||||
osx_image: xcode8
|
osx_image: xcode8.2
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
@ -63,7 +63,7 @@ before_install:
|
||||||
else
|
else
|
||||||
unset SSL_CERT_FILE;
|
unset SSL_CERT_FILE;
|
||||||
brew untap homebrew/versions;
|
brew untap homebrew/versions;
|
||||||
brew update;
|
brew update > /dev/null;
|
||||||
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb;
|
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb;
|
||||||
fi
|
fi
|
||||||
chmod -R 755 /usr/local/opt/qt5/*
|
chmod -R 755 /usr/local/opt/qt5/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user