edk2-msm8916/azure-pipelines.yml
2019-02-21 18:14:07 -08:00

11 lines
115 B
YAML

trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: |
./ci-build.sh
displayName: 'ci-build'