From 4ebfff755beb682e4a1122c7d23b07653f6a2b85 Mon Sep 17 00:00:00 2001 From: Harry Date: Fri, 9 Aug 2019 21:37:45 +0200 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 azure-pipelines.yml 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'