libui/azure-pipelines.yml

17 lines
292 B
YAML
Raw Normal View History

2019-03-31 22:45:53 -05:00
# 31 march 2019
trigger:
2019-03-31 22:50:05 -05:00
- *
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'