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>
This commit is contained in:
parent
4dfe1b1a73
commit
59d076988f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue