You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/.travis.yml

8 lines
236 B

8 years ago
language: csharp
7 years ago
solution: src/Ombi.sln
8 years ago
install:
- mono Tools/nuget.exe restore Ombi.sln
8 years ago
- nuget install NUnit.Runners -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release Ombi.sln /p:TargetFrameworkVersion="v4.5"