mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 15:45:22 +03:00
Build Release version of Barrier on Mac
This commit is contained in:
parent
cd8176e69f
commit
500a82824f
@ -74,6 +74,11 @@ jobs:
|
|||||||
displayName: Mac Build
|
displayName: Mac Build
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'macOS-10.14'
|
vmImage: 'macOS-10.14'
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
Release:
|
||||||
|
B_BUILD_TYPE: Release
|
||||||
|
BARRIER_VERSION_STAGE: Release
|
||||||
steps:
|
steps:
|
||||||
- script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/qt.rb
|
- script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/qt.rb
|
||||||
displayName: Installed Pinned Qt
|
displayName: Installed Pinned Qt
|
||||||
|
Loading…
Reference in New Issue
Block a user