Ryujinx/.travis.yml
2018-04-29 14:07:30 -03:00

9 lines
149 B
YAML

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