From 6a7b41a7c7b4ae2a2ca4bc60a06605e728965a96 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 18 Jun 2019 22:15:00 +0300 Subject: Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 azure-pipelines.yml (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..b44cda1 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,9 @@ +trigger: +- master + +pool: + vmImage: 'vs2017-win2016' + +steps: +- powershell: .\download.ps1 + displayName: 'Run the build' -- cgit v1.2.3