mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-12-31 23:23:30 +01:00
Set up CI with Azure Pipelines (#7)
This commit is contained in:
parent
48f545ca2a
commit
e9454880fb
13
azure-pipelines.yml
Normal file
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'
|
Loading…
Reference in New Issue
Block a user