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