1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 14:03:35 +01:00
Ryujinx/.travis.yml

10 lines
149 B
YAML
Raw Normal View History

os: osx
language: csharp
solution: Ryujinx.sln
mono: none
dotnet: 3.1.3
script:
- dotnet restore
- dotnet build
- cd Ryujinx.Tests && dotnet test