mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 21:35:28 +00:00
bfba2ba156
Old versions of mono on travis didn't have nuget support that we now use to fetch Mono.Cecil.
10 lines
129 B
YAML
10 lines
129 B
YAML
language: csharp
|
|
solution: OpenTK.sln
|
|
|
|
mono:
|
|
- latest
|
|
- 3.10.0
|
|
- 3.8.0
|
|
|
|
script:
|
|
- xbuild /p:Configuration=Release OpenTK.sln |