mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Azure Pipelines: restore macOS build
It was removed in bb6416c013, due to the warnings appearing because of the deprecated stuff.
This commit is contained in:
parent
ba217fd660
commit
5094de66e0
@ -34,3 +34,13 @@ jobs:
|
||||
inputs:
|
||||
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||
artifactName: AppImage
|
||||
- job: macOS
|
||||
pool:
|
||||
vmImage: 'macOS-latest'
|
||||
steps:
|
||||
- script: git submodule --quiet update --init --recursive
|
||||
displayName: 'Fetch submodules'
|
||||
- script: scripts/azure-pipelines/install-environment_macos.bash
|
||||
displayName: 'Install build environment'
|
||||
- script: scripts/azure-pipelines/build_macos.bash
|
||||
displayName: 'Build'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user