Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-07-03 00:33:09 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-07-03 00:33:09 +0300
commitbb6416c01381ffa39bbc07c1833f21da231e252d (patch)
treec66ab42572db5eed40d6b012800fdc608afc2031 /.azure-pipelines.yml
parent2fa33c4ac1b5e67ccfbaa42c318022340ac296b2 (diff)
Azure Pipelines: remove macOS build until we fix the many errors (deprecated stuff)
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 263aa79b6..842919d16 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -20,13 +20,3 @@ jobs:
displayName: 'Install build environment'
- powershell: scripts/azure-pipelines/build.ps1
displayName: 'Build'
- - job: macOS
- pool:
- vmImage: 'macOS-10.13'
- 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'