Skip to content

Commit edca60b

Browse files
authored
Set up CI with Azure Pipelines (#196)
* Set up CI with Azure Pipelines [skip ci] * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml
1 parent a4aafdd commit edca60b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

ci/azure-pipelines.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
3+
trigger:
4+
- master
5+
6+
jobs:
7+
8+
- job: MRCP_Build
9+
pool:
10+
vmImage: 'ubuntu-latest'
11+
12+
steps:
13+
- checkout: self
14+
lfs: true
15+
fetchDepth: 2
16+
submodules: false
17+
- bash: |
18+
bash MRCP/docker/build.sh
19+
displayName: 'Build MRCP and plugins'
20+

0 commit comments

Comments
 (0)