Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Harry 2019-08-09 21:37:45 +02:00
parent 76cbe40848
commit 4ebfff755b

16
azure-pipelines.yml Normal file
View 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'