Install Pinned Qt and OpenSSL on Mac
This commit is contained in:
parent
a3804c4915
commit
f3992860a6
|
@ -74,9 +74,9 @@ jobs:
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'macOS-10.14'
|
vmImage: 'macOS-10.14'
|
||||||
steps:
|
steps:
|
||||||
- script: brew update
|
- script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/qt.rb
|
||||||
displayName: Update brew
|
displayName: Installed Pinned Qt
|
||||||
- script: brew install qt openssl
|
- script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/openssl.rb
|
||||||
displayName: Install Dependencies
|
displayName: Installed Pinned OpenSSL
|
||||||
- script: sh -x ./clean_build.sh
|
- script: sh -x ./clean_build.sh
|
||||||
displayName: Clean Build
|
displayName: Clean Build
|
||||||
|
|
Loading…
Reference in New Issue