Try another way to install Qt 5.9. [skip appveyor]

This commit is contained in:
Roman Telezhynskyi 2020-11-15 14:47:40 +02:00
parent 53ec532cc8
commit 5ab0a904d1

View File

@ -35,7 +35,7 @@ jobs:
env: env:
- DEPLOY=true - DEPLOY=true
- LEGACY=true - LEGACY=true
osx_image: xcode8.3 osx_image: xcode8
before_install: before_install:
- | - |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
@ -62,9 +62,10 @@ before_install:
brew install qt5; brew install qt5;
else else
unset SSL_CERT_FILE; unset SSL_CERT_FILE;
brew untap homebrew/versions;
brew update > /dev/null; brew update > /dev/null;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb; brew tap-new valentina/team;
brew extract --version 5.9 qt valentina/team;
brew install valentina/team/qt@5.9;
fi fi
chmod -R 755 /usr/local/opt/qt5/* chmod -R 755 /usr/local/opt/qt5/*
fi fi