From f181953d47a23be48367c3db94562e61fc3c77ed Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 18:18:03 +0200 Subject: [PATCH] azure-pipelines.yml: add macos image --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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' -- 2.11.0