Skip to content

Commit

Permalink
Remove Appveyor from Readme and SLN (#3026)
Browse files Browse the repository at this point in the history
* Replace Appveyor with Github badge.

* Delete appveyor.yml

* Remove Appveyor from SLN
  • Loading branch information
FluffyOMC authored Jan 30, 2022
1 parent bd412af commit 0dddcd0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

</p>
<p align="center">
<a href="https://ci.appveyor.com/project/gdkchan/ryujinx?branch=master">
<img src="https://ci.appveyor.com/api/projects/status/ssg4jwu6ve3k594s/branch/master?svg=true"
<a href="https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml">
<img src="https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml/badge.svg"
alt="">
</a>
<a href="https://discord.com/invite/VkQYXAZ">
Expand Down
1 change: 0 additions & 1 deletion Ryujinx.sln
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36F870C1-3E5F-485F-B426-F0645AF78751}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx.Memory", "Ryujinx.Memory\Ryujinx.Memory.csproj", "{A5E6C691-9E22-4263-8F40-42F002CE66BE}"
Expand Down
35 changes: 0 additions & 35 deletions appveyor.yml

This file was deleted.

0 comments on commit 0dddcd0

Please sign in to comment.