aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMisaka imoto 17535 <447f.misaka@outlook.com>2019-05-19 19:00:14 +0800
committerMisaka imoto 17535 <447f.misaka@outlook.com>2019-05-19 19:00:14 +0800
commit45c300903e1217d3b23e83cd45fa593435ec62ba (patch)
treedf1207a67208620b5f47fec24b62fd47823809f4 /azure-pipelines.yml
parent3da1e27df094a4f6e66f4f9e345624a225bb40d0 (diff)
downloadDress-45c300903e1217d3b23e83cd45fa593435ec62ba.tar
Dress-45c300903e1217d3b23e83cd45fa593435ec62ba.tar.gz
Dress-45c300903e1217d3b23e83cd45fa593435ec62ba.tar.bz2
Dress-45c300903e1217d3b23e83cd45fa593435ec62ba.zip
Set up CI with Azure Pipelines
[skip ci]
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml16
1 files changed, 16 insertions, 0 deletions
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'