mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Set up CI with Azure Pipelines
This commit is contained in:
parent
91066f2010
commit
ac81ccedb3
20
azure-pipelines.yml
Normal file
20
azure-pipelines.yml
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user