From: Paul Brossier Date: Fri, 5 Oct 2018 16:18:03 +0000 (+0200) Subject: azure-pipelines.yml: add macos image X-Git-Tag: 0.4.8~92^2~20^2~5 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f181953d47a23be48367c3db94562e61fc3c77ed;p=aubio.git azure-pipelines.yml: add macos image --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e340126c..f2f338c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,3 +16,12 @@ jobs: - script: | make displayName: 'make' + +- job: macos + pool: + vmIMage: macOS-10.13 + + steps: + - script: | + make + displayName: 'make'