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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2016-11-22 21:01:25 +0300
committerDaniel Grunwald <daniel@danielgrunwald.de>2016-11-22 21:01:52 +0300
commit612848ef567c43765e2dd31c158933e34fc429e4 (patch)
tree6aadd46bf5a29475ec30f991ab8d2f970c2a40e6
parent85cf91fe5138252a44b8e1d14a10366f90a5a10d (diff)
Mention that cecil should be 0.9.6 (we're not yet compatible with the cecil 0.10 beta)
-rw-r--r--.travis.yml1
-rw-r--r--README2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bb520e6a..f7ed58b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ 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
diff --git a/README b/README
index 5fcaf41b..817c01f4 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ How to download:
- Sourcecode is available on GitHub (https://github.com/icsharpcode/NRefactory)
How to compile:
- 1. Get Mono.Cecil
+ 1. Get Mono.Cecil 0.9.6
Get Cecil from https://github.com/jbevain/cecil ('git clone git://github.com/jbevain/cecil.git')
or download Cecil from https://github.com/jbevain/cecil/ and unzip it into a directory named "cecil"
next to the directory containing NRefactory.