mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Add tests to .travis.yml
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -1,2 +1,15 @@
|
||||
language: csharp
|
||||
solution: osu-framework.sln
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user