summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-07-21 06:15:04 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-07-21 06:15:04 -0400
commitfbc30002ab3438356c0476e70c4577a0310d52c0 (patch)
tree62b4c241ad0b2a65b0e430b9f7710ed944d30fb1 /azure-pipelines.yml
parentdff8b887edf10407f22aaab9d147948cd5491f0a (diff)
New upstream version 2.3.3+dfsg.upstream/2.3.3+dfsg
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index bd773d3..e12cdd6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -82,11 +82,16 @@ jobs:
Release:
B_BUILD_TYPE: Release
BARRIER_VERSION_STAGE: Release
+ variables:
+ VERBOSE: 1
+ TERM: xterm-256color
steps:
- - 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: rm -rf /usr/local/opt/openssl
+ displayName: Remove incompatible OpenSSL 1.0.2t from macOS-10.14 vmImage
+ - script: brew reinstall openssl
+ displayName: Installed newer OpenSSL 1.1.x
+ - script: brew install pkg-config qt5
+ displayName: Install Qt5 and pkg-config prereqs
- script: sh -x ./clean_build.sh
displayName: Clean Build
- task: PublishBuildArtifacts@1