summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-patreon-step2.yml
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-10-03 00:23:05 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-03 00:23:09 +0200
commitd648cd562a7619990d8fc4a0988750f5f5fc705f (patch)
treeea4f8a39b14f52e737c4529316fc4544f185eae0 /.ci/yuzu-patreon-step2.yml
parentci: Use MSVC windows for mainline (diff)
downloadyuzu-d648cd562a7619990d8fc4a0988750f5f5fc705f.tar
yuzu-d648cd562a7619990d8fc4a0988750f5f5fc705f.tar.gz
yuzu-d648cd562a7619990d8fc4a0988750f5f5fc705f.tar.bz2
yuzu-d648cd562a7619990d8fc4a0988750f5f5fc705f.tar.lz
yuzu-d648cd562a7619990d8fc4a0988750f5f5fc705f.tar.xz
yuzu-d648cd562a7619990d8fc4a0988750f5f5fc705f.tar.zst
yuzu-d648cd562a7619990d8fc4a0988750f5f5fc705f.zip
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-rw-r--r--.ci/yuzu-patreon-step2.yml22
1 files changed, 12 insertions, 10 deletions
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)