mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 00:48:38 +00:00
74fbe1494d
* Ryujinx.csproj: Add osx-x64 RuntimeIdentifier Allows Ryujinx to build and run on macOS * Add .travis.yml
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
|