1
0
mirror of https://github.com/jhasse/poly2tri.git synced 2025-04-27 11:45:42 +02:00

Set up CI with Azure Pipelines ()

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

13
azure-pipelines.yml Normal file

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