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 <shymega@shymega.org.uk>
(cherry picked from commit 59d076988f)
This commit is contained in:
Dom Rodriguez 2021-10-23 18:43:36 +01:00 committed by Povilas Kanapickas
parent 15202b4b85
commit b633f34adc
1 changed files with 10 additions and 3 deletions

View File

@ -81,11 +81,18 @@ jobs:
- job: MacBuild - job: MacBuild
displayName: Mac Build displayName: Mac Build
pool:
vmImage: 'macOS-10.14'
strategy: strategy:
matrix: 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 B_BUILD_TYPE: Release
BARRIER_VERSION_STAGE: Release BARRIER_VERSION_STAGE: Release
variables: variables: