From 59d076988f5bb894c64a993ba8dc3aa7984243b4 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 23 Oct 2021 18:43:36 +0100 Subject: [PATCH] Initial test of multi-macOS builds This is an initial test of building Barrier for multiple macOS versions. For: - Big Sur - Moja\ve - Catalina I think there's an indentation issue somewhere, but VS Code isn't 'seeing' it... let's hope this works. If it does, we can proceed to merge. Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ef9a7e0..30f0319b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,11 +83,18 @@ jobs: - job: MacBuild displayName: Mac Build - pool: - vmImage: 'macOS-10.14' strategy: matrix: - Release: + big-sur-Release: + imageName: "macOS-11" + B_BUILD_TYPE: Release + BARRIER_VERSION_STAGE: Release + catalina-Release: + imageName: "macOS-10.15" + B_BUILD_TYPE: Release + BARRIER_VERSION_STAGE: Release + mojave-Release: + imageName: "macOS-10.14" B_BUILD_TYPE: Release BARRIER_VERSION_STAGE: Release variables: