mirror of https://github.com/Ombi-app/Ombi
parent
2d7ded325f
commit
8bb9c89182
@ -1,7 +1,7 @@
|
||||
language: csharp
|
||||
solution: PlexRequests.sln
|
||||
solution: Ombi.sln
|
||||
install:
|
||||
- mono Tools/nuget.exe restore PlexRequests.sln
|
||||
- mono Tools/nuget.exe restore Ombi.sln
|
||||
- nuget install NUnit.Runners -OutputDirectory testrunner
|
||||
script:
|
||||
- xbuild /p:Configuration=Release PlexRequests.sln /p:TargetFrameworkVersion="v4.5"
|
||||
- xbuild /p:Configuration=Release Ombi.sln /p:TargetFrameworkVersion="v4.5"
|
||||
|
Loading…
Reference in new issue