ref: f181953d47a23be48367c3db94562e61fc3c77ed
parent: 46155e507b184c932eabc61fa9b0f9869c5ece1d
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 14:18:03 EDT 2018
azure-pipelines.yml: add macos image
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,3 +16,12 @@
- script: |
make
displayName: 'make'
+
+- job: macos
+ pool:
+ vmIMage: macOS-10.13
+
+ steps:
+ - script: |
+ make
+ displayName: 'make'