瀏覽代碼

Add CI status to readme

pull/49/head
Chris Smith 9 年之前
父節點
當前提交
d4e3c3ac7f
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10
    1
      README.md

+ 10
- 1
README.md 查看文件

52
 license headers, etc. Simply tell IDEA to open a new project, and select the
52
 license headers, etc. Simply tell IDEA to open a new project, and select the
53
 directory this repository is checked out to.
53
 directory this repository is checked out to.
54
 
54
 
55
-Contributing
55
+Contributing and Continuous Integration
56
 --------------------------------------------------------------------------------
56
 --------------------------------------------------------------------------------
57
 
57
 
58
 We welcome pull requests on GitHub for all the DMDirc repositories. The tests
58
 We welcome pull requests on GitHub for all the DMDirc repositories. The tests
64
 to run all of the tests in the project and compile and run an actual client to
64
 to run all of the tests in the project and compile and run an actual client to
65
 make sure everything actually still works!
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
 Miscellaneous
76
 Miscellaneous
68
 --------------------------------------------------------------------------------
77
 --------------------------------------------------------------------------------
69
 
78
 

Loading…
取消
儲存