diff options
| author | 2019-07-09 22:22:21 -0400 | |
|---|---|---|
| committer | 2019-07-09 22:22:21 -0400 | |
| commit | 55245b6183b6411a13d7a01b84eefa6277315fc2 (patch) | |
| tree | ab606b68f801d179ff19730be6d82f43a633a16f | |
| parent | Set up CI with Azure Pipelines (diff) | |
| parent | Add Pipeline Definitions (diff) | |
| download | yuzu-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/.gitkeep | 0 | ||||
| -rw-r--r-- | .ci/yuzu-mainline.yml (renamed from azure-pipelines.yml) | 0 | ||||
| -rw-r--r-- | .ci/yuzu-patreon.yml | 19 | ||||
| -rw-r--r-- | .ci/yuzu.yml | 19 |
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 | |||
| 6 | trigger: | ||
| 7 | - master | ||
| 8 | |||
| 9 | pool: | ||
| 10 | vmImage: 'ubuntu-latest' | ||
| 11 | |||
| 12 | steps: | ||
| 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 | |||
| 6 | trigger: | ||
| 7 | - master | ||
| 8 | |||
| 9 | pool: | ||
| 10 | vmImage: 'ubuntu-latest' | ||
| 11 | |||
| 12 | steps: | ||
| 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' | ||