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>2015-06-05 19:57:31 +0300
committerDaniel Grunwald <daniel@danielgrunwald.de>2015-06-05 20:44:40 +0300
commitd3136c92ce6163d71e7701db5f6d16379d78b2db (patch)
tree23f5c2357aa8b74ca7c41e4700b6d5bb8cda703b /.travis.yml
parent7df13597c75e4c92e37e8a700c0124e0e57fcb57 (diff)
Add travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..695970c4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+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
+script:
+ - xbuild /p:Configuration=Debug NRefactory.sln