0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-14 08:31:59 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Mary
460a98390e
ci: Use Github artifacts for PRs ()
* ci: Use Github artifacts for PRs

This PR extends the build job by upload artifacts for all PRs.
The version of those builds is set to "1.0.0-<git_short_hash>" and those
builds have the updater explicitly disabled.

With this in place, we will be able to disable ApppVeyor on PRs.

* Add actions to comment build links

As Github doesn't provide links to unlogged users, we use nightly.link for that.

* Address Ac_k's comments
2021-02-28 11:56:15 +01:00
Mary
30c7b77118
Github Actions: Workaround windows-latest restore failures ()
See https://github.com/actions/setup-dotnet/issues/155.
2021-01-24 14:29:16 +01:00
Mary
aa129fdbdf
infra: Migrate to .NET 5 ()
* infra: Migrate to .NET 5

This migrate projects and CI to .NET 5

* Remove language version restrictions (now on 9.0 by default)

* infra: pin .NET 5 to avoid later issues

* infra: Cleanup csproj files

* infra: update dependencies

* infra: Add temporary workaround for a bug in Vector128.Create

see https://github.com/dotnet/runtime/issues/44704 for more informations
2020-11-15 19:27:15 +01:00
Mary
4f3ae6f62c
Remove the Ryujinx.Debugger project ()
This project wasn't really used by anyone and isn't worth mantaining.

This commit remove the profiler entirely from Ryujinx and remove the associated CI tasks.
2020-08-30 19:06:05 +02:00
Thog
17b2be7174 Also use Github Actions as a CI" () 2019-12-23 06:36:24 +11:00