Remove Travis configuration and update build action to use v2 of checkout
This commit is contained in:
parent
45d86b8f6f
commit
8353a1660b
2 changed files with 1 additions and 10 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue