diff options
author | lat9nq <lat9nq@gmail.com> | 2022-08-01 03:07:46 +0200 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-08-01 03:07:46 +0200 |
commit | 6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7 (patch) | |
tree | 94e50a77e590f58ffd181cbd1c8fc334b3767f79 /.ci | |
parent | ci/linux: EA AppImage adjustments (diff) | |
download | yuzu-6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7.tar yuzu-6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7.tar.gz yuzu-6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7.tar.bz2 yuzu-6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7.tar.lz yuzu-6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7.tar.xz yuzu-6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7.tar.zst yuzu-6b58db9ccda970aada8f7d4b3d53c6e5759a6fb7.zip |
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 4c5ede3bc..b4995782b 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -8,10 +8,10 @@ variables: DisplayVersion: $[counter(variables['DisplayPrefix'], 1)] stages: -- stage: build_gcc - displayName: 'build-gcc' +- stage: build + displayName: 'build' jobs: - - job: build + - job: linux timeoutInMinutes: 120 displayName: 'linux' pool: @@ -32,11 +32,7 @@ stages: artifactSource: 'false' cache: $(parameters.cache) version: $(DisplayVersion) -- stage: build_msvc - dependsOn: [] - displayName: 'build-msvc' - jobs: - - job: build + - job: msvc timeoutInMinutes: 120 displayName: 'windows' pool: @@ -53,9 +49,7 @@ stages: version: $(DisplayVersion) - stage: release displayName: 'release' - dependsOn: - - build_gcc - - build_msvc + dependsOn: build jobs: - job: release displayName: 'source' |