summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-patreon-step2.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-25ci: Update vmImage to windows-2022Morph1-1/+1
The windows-2022 image contains Visual Studio 2022.
2021-10-11ci: Use ubuntu-latest vmImage where applicableameerj1-0/+2
Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
2020-09-30Update yuzu-patreon-step2.yml to set build timeout to 120 minbunnei1-0/+1
This is currently necessary to build ffmpeg
2020-05-09CI: Don't check clang format on early access buildsJames Rowe1-11/+0
2020-04-04ci: Update to Windows Server 2019 and Visual Studio 2019Zach Hilman1-1/+1
This updates to the latest available toolchain for MSVC builds.
2019-11-25ci: Continue pipeline on clang format failureZach Hilman1-0/+1
2019-10-09ci: Isolate upload merge step into stage 2Zach Hilman1-0/+8
2019-10-05ci: Add version counter variableZach Hilman1-0/+4
2019-10-03ci: Use MSVC windows for patreonZach Hilman1-10/+12
2019-09-26ci: Add two step patreon build pipelineZach Hilman1-4/+4
2019-09-22ci: Split mainline pipeline and add support for GitHub releases (#2900)Zach Hilman1-6/+9
* 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
2019-07-28ci: Fix Azure PR BuildsZach Hilman1-0/+2
2019-07-14Finalize Azure Pipelines DefinitionsZach Hilman1-16/+20
d
2019-07-10Add Pipeline DefinitionsZach Hilman1-0/+0
2019-07-10Set up CI with Azure PipelinesFlame Sage1-0/+19
[skip ci]