From ae609171bcec04731ac6e90be3bf4a8d5d7513e2 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sat, 25 May 2019 20:43:40 -0700 Subject: [PATCH] Build Release version of Barrier on Mac --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ccb281e6..b6fb65f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,6 +73,11 @@ jobs: displayName: Mac Build pool: vmImage: 'macOS-10.14' + strategy: + matrix: + Release: + B_BUILD_TYPE: Release + BARRIER_VERSION_STAGE: Release steps: - script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/qt.rb displayName: Installed Pinned Qt