summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-10 04:17:53 +0200
committerZach Hilman <zachhilman@gmail.com>2019-07-10 04:17:56 +0200
commitf2e5c195201384c1c064a85c4b0a3549c7ed4250 (patch)
treeab606b68f801d179ff19730be6d82f43a633a16f /azure-pipelines.yml
parentSet up CI with Azure Pipelines (diff)
downloadyuzu-f2e5c195201384c1c064a85c4b0a3549c7ed4250.tar
yuzu-f2e5c195201384c1c064a85c4b0a3549c7ed4250.tar.gz
yuzu-f2e5c195201384c1c064a85c4b0a3549c7ed4250.tar.bz2
yuzu-f2e5c195201384c1c064a85c4b0a3549c7ed4250.tar.lz
yuzu-f2e5c195201384c1c064a85c4b0a3549c7ed4250.tar.xz
yuzu-f2e5c195201384c1c064a85c4b0a3549c7ed4250.tar.zst
yuzu-f2e5c195201384c1c064a85c4b0a3549c7ed4250.zip
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index aa912913d..000000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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:
-- master
-
-pool:
- vmImage: 'ubuntu-latest'
-
-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'