diff options
| -rw-r--r-- | .ci/templates/build-msvc.yml | 2 | ||||
| -rw-r--r-- | .ci/yuzu-mainline-step2.yml | 2 | ||||
| -rw-r--r-- | .ci/yuzu-patreon-step2.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.ci/templates/build-msvc.yml b/.ci/templates/build-msvc.yml index 5d2e86179..2a20dc9d5 100644 --- a/.ci/templates/build-msvc.yml +++ b/.ci/templates/build-msvc.yml | |||
| @@ -6,7 +6,7 @@ parameters: | |||
| 6 | steps: | 6 | steps: |
| 7 | - script: choco install vulkan-sdk | 7 | - script: choco install vulkan-sdk |
| 8 | displayName: 'Install vulkan-sdk' | 8 | displayName: 'Install vulkan-sdk' |
| 9 | - script: refreshenv && mkdir build && cd build && cmake -G "Visual Studio 17 2022" -A x64 -DYUZU_USE_BUNDLED_QT=1 -DYUZU_USE_BUNDLED_SDL2=1 -DYUZU_USE_QT_WEB_ENGINE=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${COMPAT} -DYUZU_TESTS=OFF -DUSE_DISCORD_PRESENCE=ON -DENABLE_QT_TRANSLATION=ON -DDISPLAY_VERSION=${{ parameters['version'] }} -DCMAKE_BUILD_TYPE=Release -DYUZU_TESTS=OFF -DYUZU_USE_BUNDLED_VCPKG=ON .. && cd .. | 9 | - script: refreshenv && mkdir build && cd build && cmake -G "Visual Studio 16 2019" -A x64 -DYUZU_USE_BUNDLED_QT=1 -DYUZU_USE_BUNDLED_SDL2=1 -DYUZU_USE_QT_WEB_ENGINE=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${COMPAT} -DYUZU_TESTS=OFF -DUSE_DISCORD_PRESENCE=ON -DENABLE_QT_TRANSLATION=ON -DDISPLAY_VERSION=${{ parameters['version'] }} -DCMAKE_BUILD_TYPE=Release -DYUZU_TESTS=OFF -DYUZU_USE_BUNDLED_VCPKG=ON .. && cd .. |
| 10 | displayName: 'Configure CMake' | 10 | displayName: 'Configure CMake' |
| 11 | - task: MSBuild@1 | 11 | - task: MSBuild@1 |
| 12 | displayName: 'Build' | 12 | displayName: 'Build' |
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml index b37eab6cd..91e21a126 100644 --- a/.ci/yuzu-mainline-step2.yml +++ b/.ci/yuzu-mainline-step2.yml | |||
| @@ -47,7 +47,7 @@ stages: | |||
| 47 | timeoutInMinutes: 120 | 47 | timeoutInMinutes: 120 |
| 48 | displayName: 'msvc' | 48 | displayName: 'msvc' |
| 49 | pool: | 49 | pool: |
| 50 | vmImage: windows-2022 | 50 | vmImage: windows-2019 |
| 51 | steps: | 51 | steps: |
| 52 | - template: ./templates/sync-source.yml | 52 | - template: ./templates/sync-source.yml |
| 53 | parameters: | 53 | parameters: |
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 119123a63..ad61ac74e 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml | |||
| @@ -12,7 +12,7 @@ stages: | |||
| 12 | timeoutInMinutes: 120 | 12 | timeoutInMinutes: 120 |
| 13 | displayName: 'windows-msvc' | 13 | displayName: 'windows-msvc' |
| 14 | pool: | 14 | pool: |
| 15 | vmImage: windows-2022 | 15 | vmImage: windows-2019 |
| 16 | steps: | 16 | steps: |
| 17 | - template: ./templates/sync-source.yml | 17 | - template: ./templates/sync-source.yml |
| 18 | parameters: | 18 | parameters: |