mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-10 17:39:34 -06:00
9 lines
114 B
YAML
9 lines
114 B
YAML
![]() |
os: osx
|
||
|
language: csharp
|
||
|
solution: Ryujinx.sln
|
||
|
mono: none
|
||
|
dotnet: 2.0.0
|
||
|
script:
|
||
|
- dotnet restore
|
||
|
- dotnet build
|