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

.travis.yml - github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7ed58b2172a10a2be261ea658712accdddecad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: csharp
solution: NRefactory.sln
install:
  - git clone git://github.com/jbevain/cecil.git ../cecil
  - git clone git://github.com/mono/ikvm-fork.git ../ikvm
  - pushd ../ikvm && git checkout c9edfe788667d5777e97e3f2fd195080d06dd32c && popd
  - pushd ../cecil && git checkout 0.9.6 && popd
  - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
  - xbuild /p:Configuration=Debug NRefactory.sln
  - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe bin/Debug/ICSharpCode.NRefactory.Tests.dll