Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
76cbe40848
commit
4ebfff755b
1 changed files with 16 additions and 0 deletions
16
azure-pipelines.yml
Normal file
16
azure-pipelines.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
tags:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- script: ./build.sh --BuildTarget=FullBuild
|
||||||
|
displayName: 'CAKE Script'
|
Loading…
Reference in a new issue