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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

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'