diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..e0159b7 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,13 @@ +trigger: +- master + +pool: + vmImage: 'macOS-10.13' + +steps: +- script: | + cmake . + make + env: + CLICOLOR_FORCE: '1' + displayName: 'build'