poly2tri/azure-pipelines.yml

14 lines
145 B
YAML

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