aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ci/yuzu-patreon-step2.yml
AgeCommit message (Collapse)Author
2022-09-16Merge pull request #6667 from lat9nq/ea-appimageMorph
ci,linux: Support Patreon releases
2022-08-30ci: Enable building with Visual Studio 2022 (again)Morph
Since the following https://developercommunity.visualstudio.com/t/Type-alias-lookup-failure-within-paramet/10039150 compiler bug has been fixed, we can finally build with VS 2022 again.
2022-07-31patreon step2: Use jobs to build for Windows and Linuxlat9nq
Apparently the two stages were not building in parallel. Specify individual jobs that run MSVC and Linux building instead.
2022-07-31patreon step2: Enable Linux buildlat9nq
I sure as heck don't know what I'm doing :) patreon_step2: Fix caching :limesDance: still don't know what I'm doing :limesDance:
2022-07-28Merge pull request #8349 from yuzu-emu/revert-8256-ci-vs-2022bunnei
Revert "ci: Enable building with Visual Studio 2022"
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
[REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254
2022-07-22Revert "ci: Enable building with Visual Studio 2022"bunnei
2022-04-24ci: Update vmImage to windows-2022Morph
The windows-2022 image contains Visual Studio 2022.
2021-10-11ci: Use ubuntu-latest vmImage where applicableameerj
Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
2020-09-29Update yuzu-patreon-step2.yml to set build timeout to 120 minbunnei
This is currently necessary to build ffmpeg
2020-05-08CI: Don't check clang format on early access buildsJames Rowe
2020-04-04ci: Update to Windows Server 2019 and Visual Studio 2019Zach Hilman
This updates to the latest available toolchain for MSVC builds.
2019-11-24ci: Continue pipeline on clang format failureZach Hilman
2019-10-08ci: Isolate upload merge step into stage 2Zach Hilman
2019-10-05ci: Add version counter variableZach Hilman
2019-10-02ci: Use MSVC windows for patreonZach Hilman
2019-09-26ci: Add two step patreon build pipelineZach Hilman