Skip to content

Commit

Permalink
Added travis-CI configuration file (travis.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumip committed Dec 15, 2019
1 parent dc37ac3 commit 6302c94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: csharp
mono: latest
solution: CompactEC.sln
install:
- nuget restore CompactEC.sln
- nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner
script:
- msbuild /p:Configuration=Release CompactEC.sln
- mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./CompactEC.Tests/bin/Release/CompactEC.Tests.dll

0 comments on commit 6302c94

Please sign in to comment.