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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2015-06-02 15:48:06 +0300
committerJb Evain <jbevain@gmail.com>2015-06-02 15:48:06 +0300
commit11ef3d5b14059e5ba1b879f18c79ac9eb6e2ed96 (patch)
treedb1a011ff65b95283790c568917719234c04cd8d
parent9a0bf6c2198b56823c03642ed718328f1ce69614 (diff)
Add appveyor config to the repo
-rw-r--r--appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..9150a13
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,13 @@
+version: 0.9.6.{build}
+configuration: net_4_0_Debug
+build:
+ project: Mono.Cecil.sln
+ verbosity: minimal
+test_script:
+- nunit-console.exe Mono.Cecil.nunit
+notifications:
+- provider: Webhook
+ url: https://webhooks.gitter.im/e/925de8a68a6d8d3ce68e
+ on_build_success: false
+ on_build_failure: false
+ on_build_status_changed: true \ No newline at end of file