Commit Graph

17 Commits (31229dd2456b848254507407a95fc2137f330ace)

Author SHA1 Message Date
Morph 882dfa36ae
Merge pull request from lat9nq/ea-appimage
ci,linux: Support Patreon releases
Morph 118503f6e5 ci: Enable building with Visual Studio 2022 (again)
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.
lat9nq 6b58db9ccd patreon step2: Use jobs to build for Windows and Linux
Apparently the two stages were not building in parallel. Specify
individual jobs that run MSVC and Linux building instead.
lat9nq 69bd6cd490 patreon step2: Enable Linux build
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:
bunnei 52dd68cfff
Merge pull request from yuzu-emu/revert-8256-ci-vs-2022
Revert "ci: Enable building with Visual Studio 2022"
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant
[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 01cf05bc75
bunnei 3f37e228a3 Revert "ci: Enable building with Visual Studio 2022"
Morph 1193f7c393 ci: Update vmImage to windows-2022
The windows-2022 image contains Visual Studio 2022.
ameerj 1ea303e2af ci: Use ubuntu-latest vmImage where applicable
Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
bunnei 385b5602e4
Update yuzu-patreon-step2.yml to set build timeout to 120 min
This is currently necessary to build ffmpeg
James Rowe dd449ce462 CI: Don't check clang format on early access builds
Zach Hilman 59e75f4372 ci: Update to Windows Server 2019 and Visual Studio 2019
This updates to the latest available toolchain for MSVC builds.
Zach Hilman 8652313af2 ci: Continue pipeline on clang format failure
Zach Hilman 1817191d55 ci: Isolate upload merge step into stage 2
Zach Hilman d45ad75404 ci: Add version counter variable
Zach Hilman d648cd562a ci: Use MSVC windows for patreon
Zach Hilman 867e1db287 ci: Add two step patreon build pipeline