Set up CI with Azure Pipelines

This commit is contained in:
Kovid Goyal 2019-09-05 10:38:55 +05:30 committed by Kovid Goyal
parent 91066f2010
commit ac81ccedb3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

20
azure-pipelines.yml Normal file
View File

@ -0,0 +1,20 @@
# https://aka.ms/yaml
trigger:
branches:
include:
- '*'
exclude:
- master
pool:
vmImage: 'ubuntu-latest'
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'