From effc3e2ed8861109f63dd29ac20585647617a0aa Mon Sep 17 00:00:00 2001 From: Misaka imoto 17535 <447f.misaka@outlook.com> Date: Sun, 19 May 2019 19:10:26 +0800 Subject: Set up CI with Azure Pipelines (#501) * Set up CI with Azure Pipelines [skip ci] * Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 16 ++++++++++++++++ 1 file changed, 16 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..11ea223 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,16 @@ +# 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: + branches: + include: + - '*' + +pool: + vmImage: 'ubuntu-latest' + +steps: +- script: echo Placeholder CI + displayName: 'Placeholder misaka' -- cgit v1.2.3