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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@lycus.org>2014-07-07 16:16:37 +0400
committerAlex Rønne Petersen <alex@lycus.org>2014-07-07 16:16:37 +0400
commit701da9c664b70ea53ccc6e3e2a12bb7eaa865189 (patch)
tree9e9f5e9deb06e4ca26c4411af3a004055a02cff8 /README.md
parent42d5dc7692d5aa345a597b6170edc3676bd6e42f (diff)
Add a build status badge to README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f42e3000815..d600ce4ad17 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
Mono is a software platform designed to allow developers to easily create cross platform applications.
Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
+[![Build Status](http://monojenkins.cloudapp.net/job/Mono/badge/icon)](http://monojenkins.cloudapp.net/job/Mono/)
+
1. [Installation](#compilation-and-installation)
2. [Using Mono](#using-mono)
3. [Directory Roadmap](#directory-roadmap)