From 45c300903e1217d3b23e83cd45fa593435ec62ba Mon Sep 17 00:00:00 2001 From: Misaka imoto 17535 <447f.misaka@outlook.com> Date: Sun, 19 May 2019 19:00:14 +0800 Subject: Set up CI with Azure Pipelines [skip ci] --- 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..0fb3a6f --- /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' -- cgit v1.2.3