From ca78d994f15bcadae9624d581f91cbcae7ce59ac Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 7 Apr 2019 17:58:59 +0000 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..bac42740 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: 'windows-2019' + +steps: +- script: build.cmd test + displayName: 'Build & Test'