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

merge-requests/12/head
Roman Telezhynskyi 2020-11-15 14:47:40 +02:00
parent 53ec532cc8
commit 5ab0a904d1
1 changed files with 4 additions and 3 deletions

View File

@ -35,7 +35,7 @@ jobs:
env:
- DEPLOY=true
- LEGACY=true
osx_image: xcode8.3
osx_image: xcode8
before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
@ -62,9 +62,10 @@ before_install:
brew install qt5;
else
unset SSL_CERT_FILE;
brew untap homebrew/versions;
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
chmod -R 755 /usr/local/opt/qt5/*
fi