summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Flame Sage2019-07-09 22:22:21 -0400
committerGravatar GitHub2019-07-09 22:22:21 -0400
commit55245b6183b6411a13d7a01b84eefa6277315fc2 (patch)
treeab606b68f801d179ff19730be6d82f43a633a16f
parentSet up CI with Azure Pipelines (diff)
parentAdd Pipeline Definitions (diff)
downloadyuzu-55245b6183b6411a13d7a01b84eefa6277315fc2.tar.gz
yuzu-55245b6183b6411a13d7a01b84eefa6277315fc2.tar.xz
yuzu-55245b6183b6411a13d7a01b84eefa6277315fc2.zip
Merge pull request #2706 from DarkLordZach/azure-1
Add Pipeline Definitions for Azure CI
-rw-r--r--.ci/scripts/.gitkeep0
-rw-r--r--.ci/yuzu-mainline.yml (renamed from azure-pipelines.yml)0
-rw-r--r--.ci/yuzu-patreon.yml19
-rw-r--r--.ci/yuzu.yml19
4 files changed, 38 insertions, 0 deletions
diff --git a/.ci/scripts/.gitkeep b/.ci/scripts/.gitkeep
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/.ci/scripts/.gitkeep
diff --git a/azure-pipelines.yml b/.ci/yuzu-mainline.yml
index aa912913d..aa912913d 100644
--- a/azure-pipelines.yml
+++ b/.ci/yuzu-mainline.yml
diff --git a/.ci/yuzu-patreon.yml b/.ci/yuzu-patreon.yml
new file mode 100644
index 000000000..aa912913d
--- /dev/null
+++ b/.ci/yuzu-patreon.yml
@@ -0,0 +1,19 @@
1# Starter pipeline
2# Start with a minimal pipeline that you can customize to build and deploy your code.
3# Add steps that build, run tests, deploy, and more:
4# https://aka.ms/yaml
5
6trigger:
7- master
8
9pool:
10 vmImage: 'ubuntu-latest'
11
12steps:
13- script: echo Hello, world!
14 displayName: 'Run a one-line script'
15
16- script: |
17 echo Add other tasks to build, test, and deploy your project.
18 echo See https://aka.ms/yaml
19 displayName: 'Run a multi-line script'
diff --git a/.ci/yuzu.yml b/.ci/yuzu.yml
new file mode 100644
index 000000000..aa912913d
--- /dev/null
+++ b/.ci/yuzu.yml
@@ -0,0 +1,19 @@
1# Starter pipeline
2# Start with a minimal pipeline that you can customize to build and deploy your code.
3# Add steps that build, run tests, deploy, and more:
4# https://aka.ms/yaml
5
6trigger:
7- master
8
9pool:
10 vmImage: 'ubuntu-latest'
11
12steps:
13- script: echo Hello, world!
14 displayName: 'Run a one-line script'
15
16- script: |
17 echo Add other tasks to build, test, and deploy your project.
18 echo See https://aka.ms/yaml
19 displayName: 'Run a multi-line script'