Skip to content

Commit

Permalink
Set up CI with Azure Pipelines (#196)
Browse files Browse the repository at this point in the history
* Set up CI with Azure Pipelines

[skip ci]

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml
  • Loading branch information
yulin-li committed Nov 20, 2020
1 parent a4aafdd commit edca60b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright (c) Microsoft Corporation. All rights reserved.

trigger:
- master

jobs:

- job: MRCP_Build
pool:
vmImage: 'ubuntu-latest'

steps:
- checkout: self
lfs: true
fetchDepth: 2
submodules: false
- bash: |
bash MRCP/docker/build.sh
displayName: 'Build MRCP and plugins'

0 comments on commit edca60b

Please sign in to comment.