mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 12:13:10 +00:00
Update .travis.yml
This commit is contained in:
parent
511e5dfd15
commit
b033dc0c66
1 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,10 @@ language: csharp
|
|||
mono: none
|
||||
dotnet: 2.2
|
||||
solution: Roadie.sln
|
||||
install:
|
||||
- nuget restore Roadie.sln
|
||||
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
|
||||
script:
|
||||
- dotnet restore
|
||||
- msbuild /p:Configuration=Release Roadie.sln
|
||||
- dotnet ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./Roadie.Api.Library.Tests/bin/Release/Roadie.Api.Library.Tests.dll
|
||||
|
|
Loading…
Reference in a new issue