Browse Source

Add CI status to readme

pull/49/head
Chris Smith 9 years ago
parent
commit
d4e3c3ac7f
1 changed files with 10 additions and 1 deletions
  1. 10
    1
      README.md

+ 10
- 1
README.md View File

@@ -52,7 +52,7 @@ subprojects properly, and configure IDEA with our preferred code style,
52 52
 license headers, etc. Simply tell IDEA to open a new project, and select the
53 53
 directory this repository is checked out to.
54 54
 
55
-Contributing
55
+Contributing and Continuous Integration
56 56
 --------------------------------------------------------------------------------
57 57
 
58 58
 We welcome pull requests on GitHub for all the DMDirc repositories. The tests
@@ -64,6 +64,15 @@ they don't test how your change will affect DMDirc itself. It's good practice
64 64
 to run all of the tests in the project and compile and run an actual client to
65 65
 make sure everything actually still works!
66 66
 
67
+The current CI status for the major projects are shown below:
68
+
69
+| Project | Status                                                              |
70
+|---------|---------------------------------------------------------------------|
71
+| Meta    | [![Circle CI](https://circleci.com/gh/DMDirc/Meta.png?style=badge)](https://circleci.com/gh/DMDirc/Meta) |
72
+| Client  | [![Circle CI](https://circleci.com/gh/DMDirc/DMDirc.png?style=badge)](https://circleci.com/gh/DMDirc/DMDirc) |
73
+| Plugins | [![Circle CI](https://circleci.com/gh/DMDirc/Plugins.png?style=badge)](https://circleci.com/gh/DMDirc/Plugins) |
74
+| Util    | [![Circle CI](https://circleci.com/gh/DMDirc/Util.png?style=badge)](https://circleci.com/gh/DMDirc/Util) |
75
+
67 76
 Miscellaneous
68 77
 --------------------------------------------------------------------------------
69 78
 

Loading…
Cancel
Save