Install Pinned Qt and OpenSSL on Mac

This commit is contained in:
Nelson Chen 2019-05-25 16:01:07 -07:00 committed by Adrian Lucrèce Céleste
parent ae8ef7f4f2
commit cd8176e69f
1 changed files with 4 additions and 4 deletions

View File

@ -75,9 +75,9 @@ jobs:
pool:
vmImage: 'macOS-10.14'
steps:
- script: brew update
displayName: Update brew
- script: brew install qt openssl
displayName: Install Dependencies
- script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/qt.rb
displayName: Installed Pinned Qt
- script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/openssl.rb
displayName: Installed Pinned OpenSSL
- script: sh -x ./clean_build.sh
displayName: Clean Build