Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f102833a3b354f3bfc85db81fd51da3a910aa85 (plain)
1
2
3
4
5
6
7
8
language: csharp
solution: Mono.Cecil.sln
install:
  - nuget restore Mono.Cecil.sln
  - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
  - xbuild /p:Configuration=net_4_0_Debug Mono.Cecil.sln
  - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe Mono.Cecil.nunit