summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-mainline-step2.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: Update vmImage to windows-2022Morph2022-04-251-1/+1
| | | | The windows-2022 image contains Visual Studio 2022.
* ci: Use ubuntu-latest vmImage where applicableameerj2021-10-111-0/+2
| | | | Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
* ci: Increase mainline build timeout.bunnei2021-07-211-1/+3
| | | - We're currently timing out with builds exceeding 60M. This doubles the timeout to 120M.
* ci: Update to Windows Server 2019 and Visual Studio 2019Zach Hilman2020-04-041-1/+1
| | | This updates to the latest available toolchain for MSVC builds.
* ci: Isolate upload merge step into stage 2Zach Hilman2019-10-091-2/+2
|
* ci: Add version counter variableZach Hilman2019-10-051-0/+5
|
* ci: Correct mainline release dependencyZach Hilman2019-10-031-1/+3
|
* ci: Use MSVC windows for patreonZach Hilman2019-10-031-1/+1
|
* ci: Use MSVC windows for mainlineZach Hilman2019-10-021-3/+36
|
* ci: Split mainline pipeline and add support for GitHub releases (#2900)Zach Hilman2019-09-221-0/+28
* ci: Add mock build alternative for fast testing * ci: Always cache build * ci: Extract steps to download build stage artifacts * ci: Add template to release to GitHub * ci: Add template to release to Azure Universal Artifacts * ci: Split mainline to two pipelines