aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2021-07-06frontend: Add a SDL2 headless window (#2310)Mary
2021-06-24Reduce number of dlls on distribution with single file publish (#2211)gdkchan
* Enable single file publish * Set DebugType to embedded on build scripts
2021-05-14ci: Do not enforce userid on nightly PR commentMary
This avoid issues when two different users work on a single PR.
2021-04-07CI: Add option to manually trigger github actionsMary
2021-04-07CI: Add temporary fix for Windows nuget issues and fix git hashes for PRsMary
2021-04-03Hide debug artifacts (#2171)Itamai
2021-03-20oops for last commit..Mary
2021-03-20ci: Tune Github Actions artifactsMary
Let's github actions pack zip for all os, put the real name in the output artifact and ensure to only publish the Ryujinx project
2021-02-28ci: Use Github artifacts for PRs (#2040)Mary
* 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-01-24Github Actions: Workaround windows-latest restore failures (#1957)Mary
See https://github.com/actions/setup-dotnet/issues/155.
2020-11-15infra: Migrate to .NET 5 (#1694)Mary
* 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-08-30Remove the Ryujinx.Debugger project (#1506)Mary
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.
2019-12-23Also use Github Actions as a CI" (#847)Thog