Remove Travis configuration and update build action to use v2 of checkout

This commit is contained in:
Thog 2020-02-15 14:46:24 +01:00
commit 8353a1660b
2 changed files with 1 additions and 10 deletions

View file

@ -16,7 +16,7 @@ jobs:
environment: ['Debug', 'Release', 'Profile Debug', 'Profile Release']
name: ${{ matrix.environment }} build (Dotnet ${{ matrix.dotnet }}, OS ${{ matrix.os }})
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:

View file

@ -1,9 +0,0 @@
os: osx
language: csharp
solution: Ryujinx.sln
mono: none
dotnet: 2.0.0
script:
- dotnet restore
- dotnet build
- cd Ryujinx.Tests && dotnet test