diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..fcee8fed9 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,16 @@ + +trigger: + branches: + include: + - master + - develop + tags: + include: + - '*' + +pool: + vmImage: 'ubuntu-latest' + +steps: +- script: ./build.sh --BuildTarget=FullBuild + displayName: 'CAKE Script'