From d648cd562a7619990d8fc4a0988750f5f5fc705f Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Wed, 2 Oct 2019 18:23:05 -0400 Subject: ci: Use MSVC windows for patreon --- .ci/yuzu-mainline-step2.yml | 2 +- .ci/yuzu-patreon-step2.yml | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) (limited to '.ci') diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml index a031941e5..1c9b59a02 100644 --- a/.ci/yuzu-mainline-step2.yml +++ b/.ci/yuzu-mainline-step2.yml @@ -34,7 +34,7 @@ stages: parameters: artifactSource: 'false' cache: 'true' -- stage: build-win +- stage: build_win dependsOn: format displayName: 'build-windows' jobs: diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 080118224..23e45d9dd 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -15,14 +15,16 @@ stages: dependsOn: format displayName: 'build' jobs: - - template: ./templates/build-standard.yml - parameters: - cache: 'true' -- stage: release - displayName: 'release' - dependsOn: build - jobs: - - job: azure - displayName: 'azure' + - job: build + displayName: 'windows-msvc' + pool: + vmImage: vs2017-win2016 steps: - - template: ./templates/release-universal.yml \ No newline at end of file + - template: ./templates/sync-source.yml + parameters: + artifactSource: $(parameters.artifactSource) + needSubmodules: 'true' + - template: ./templates/build-msvc.yml + parameters: + artifactSource: 'false' + cache: $(parameters.cache) -- cgit v1.2.3