summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-09-12 20:24:13 -0400
committerLex Neva <github.com@lexneva.name>2018-09-12 20:24:13 -0400
commit91a826912b951b7be6146e3efad83cd5e0fabd60 (patch)
tree2bbf7ccadd7be0f994d166db53f1bdee59d64992 /azure-pipelines.yml
parent7b5995c7052c8fe2b67944fea75b8ec543464be1 (diff)
parenta80d7a75702b0b63d2f64bc8616a51ec49422865 (diff)
Merge remote-tracking branch 'origin/master' into simulator-timeline
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 00000000..8ae24f01
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,17 @@
+# 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
+
+pool:
+ vmImage: 'Ubuntu 16.04'
+
+steps:
+- script: echo Hello, world!
+ displayName: 'Run a one-line script'
+
+- script: |
+ echo Add other tasks to build, test, and deploy your project.
+ echo See https://aka.ms/yaml
+
+ displayName: 'Run a multi-line script'