summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-patreon.yml
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-26 15:42:18 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-26 15:42:22 +0200
commit867e1db287c832a77164abe0b6550638406723a9 (patch)
tree88b99118678d3841aecdd603a1e4e61afc8b61d0 /.ci/yuzu-patreon.yml
parentci: Add private mergebot CI templates (diff)
downloadyuzu-867e1db287c832a77164abe0b6550638406723a9.tar
yuzu-867e1db287c832a77164abe0b6550638406723a9.tar.gz
yuzu-867e1db287c832a77164abe0b6550638406723a9.tar.bz2
yuzu-867e1db287c832a77164abe0b6550638406723a9.tar.lz
yuzu-867e1db287c832a77164abe0b6550638406723a9.tar.xz
yuzu-867e1db287c832a77164abe0b6550638406723a9.tar.zst
yuzu-867e1db287c832a77164abe0b6550638406723a9.zip
Diffstat (limited to '')
-rw-r--r--.ci/yuzu-patreon.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.ci/yuzu-patreon.yml b/.ci/yuzu-patreon.yml
deleted file mode 100644
index aa912913d..000000000
--- a/.ci/yuzu-patreon.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'