aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMisaka imoto 17535 <447f.misaka@outlook.com>2019-05-19 19:10:26 +0800
committerGitHub <noreply@github.com>2019-05-19 19:10:26 +0800
commiteffc3e2ed8861109f63dd29ac20585647617a0aa (patch)
tree4dff5228d5fbb90cfc658b568a360182a56a3b77 /azure-pipelines.yml
parent3da1e27df094a4f6e66f4f9e345624a225bb40d0 (diff)
downloadDress-effc3e2ed8861109f63dd29ac20585647617a0aa.tar
Dress-effc3e2ed8861109f63dd29ac20585647617a0aa.tar.gz
Dress-effc3e2ed8861109f63dd29ac20585647617a0aa.tar.bz2
Dress-effc3e2ed8861109f63dd29ac20585647617a0aa.zip
Set up CI with Azure Pipelines (#501)
* Set up CI with Azure Pipelines [skip ci] * Update azure-pipelines.yml for Azure Pipelines
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..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'