Set up CI with Azure Pipelines (#7)

This commit is contained in:
Jan Niklas Hasse
2019-01-25 00:20:39 +01:00
committed by GitHub
parent 48f545ca2a
commit e9454880fb

13
azure-pipelines.yml Normal file
View File

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