summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-patreon-step2.yml
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-09-16 18:47:38 +0200
committerGitHub <noreply@github.com>2022-09-16 18:47:38 +0200
commit882dfa36ae25fc6d0167c2c0fbce1e19c1406fae (patch)
tree0d4ccca773814ac3c1c2dc98a5bae11acd0295cb /.ci/yuzu-patreon-step2.yml
parentMerge pull request #8911 from lioncash/cexpr-string (diff)
parentpatreon step2: Use jobs to build for Windows and Linux (diff)
downloadyuzu-882dfa36ae25fc6d0167c2c0fbce1e19c1406fae.tar
yuzu-882dfa36ae25fc6d0167c2c0fbce1e19c1406fae.tar.gz
yuzu-882dfa36ae25fc6d0167c2c0fbce1e19c1406fae.tar.bz2
yuzu-882dfa36ae25fc6d0167c2c0fbce1e19c1406fae.tar.lz
yuzu-882dfa36ae25fc6d0167c2c0fbce1e19c1406fae.tar.xz
yuzu-882dfa36ae25fc6d0167c2c0fbce1e19c1406fae.tar.zst
yuzu-882dfa36ae25fc6d0167c2c0fbce1e19c1406fae.zip
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-rw-r--r--.ci/yuzu-patreon-step2.yml25
1 files changed, 23 insertions, 2 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml
index 5d5b140fd..71a23ebe6 100644
--- a/.ci/yuzu-patreon-step2.yml
+++ b/.ci/yuzu-patreon-step2.yml
@@ -11,9 +11,30 @@ stages:
- stage: build
displayName: 'build'
jobs:
- - job: build
+ - job: linux
timeoutInMinutes: 120
- displayName: 'windows-msvc'
+ displayName: 'linux'
+ pool:
+ vmImage: ubuntu-latest
+ strategy:
+ maxParallel: 10
+ matrix:
+ linux:
+ BuildSuffix: 'linux'
+ ScriptFolder: 'linux'
+ steps:
+ - template: ./templates/sync-source.yml
+ parameters:
+ artifactSource: $(parameters.artifactSource)
+ needSubmodules: 'true'
+ - template: ./templates/build-single.yml
+ parameters:
+ artifactSource: 'false'
+ cache: $(parameters.cache)
+ version: $(DisplayVersion)
+ - job: msvc
+ timeoutInMinutes: 120
+ displayName: 'windows'
pool:
vmImage: windows-2022
steps: