Files
osu-framework/.travis.yml
2018-04-11 16:34:32 +09:00

16 lines
451 B
YAML

language: csharp
solution: osu-framework.sln
mono:
- latest
before_install:
- git submodule update --init --recursive
install:
- nuget restore osu-framework.sln
- nuget install NUnit.Runners -Version 3.4.1 -OutputDirectory testrunner
script:
- xbuild osu-framework.sln
- |
mono \
./testrunner/NUnit.ConsoleRunner.3.4.1/tools/nunit3-console.exe \
./osu.Framework.Tests/osu.Framework.Tests.csproj