Remove Azure Pipelines config

This commit is contained in:
Jan Niklas Hasse 2020-05-05 13:31:21 +02:00
parent 722ddf7235
commit f16f016ad3

View File

@ -1,13 +0,0 @@
trigger:
- master
pool:
vmImage: 'macOS-10.13'
steps:
- script: |
cmake .
make
env:
CLICOLOR_FORCE: '1'
displayName: 'build'