azure-pipelines.yml: add macos image
authorPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 16:18:03 +0000 (18:18 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 16:18:03 +0000 (18:18 +0200)
azure-pipelines.yml

index e340126..f2f338c 100644 (file)
@@ -16,3 +16,12 @@ jobs:
   - script: |
       make
     displayName: 'make'
+
+- job: macos
+  pool:
+    vmIMage: macOS-10.13
+
+  steps:
+  - script: |
+      make
+    displayName: 'make'