summaryrefslogtreecommitdiffstats
path: root/.ci
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 /.ci
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 '.ci')
-rw-r--r--.ci/scripts/.gitkeep0
-rw-r--r--.ci/yuzu-mainline.yml19
-rw-r--r--.ci/yuzu-patreon.yml19
-rw-r--r--.ci/yuzu.yml19
4 files changed, 57 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/.ci/yuzu-mainline.yml b/.ci/yuzu-mainline.yml
new file mode 100644
index 000000000..aa912913d
--- /dev/null
+++ b/.ci/yuzu-mainline.yml
@@ -0,0 +1,19 @@
+# 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'
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 @@
+# 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'
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 @@
+# 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'