Add README.md file with build details

Add the badges from semaphoreci and coverity and point people to the
README file with more information.
This commit is contained in:
Lucas De Marchi 2015-06-11 13:59:54 -03:00
parent 2bfcd7ef80
commit 0d833715ea
2 changed files with 9 additions and 0 deletions

3
README
View File

@ -3,6 +3,9 @@ kmod - Linux kernel module handling
Information
===========
Build status:
[![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)
Mailing list:
linux-modules@vger.kernel.org (no subscription needed)

6
README.md Normal file
View File

@ -0,0 +1,6 @@
## kmod - Linux kernel module handling
[![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)<br/>
[![Coverity Scan Status](https://scan.coverity.com/projects/2096/badge.svg)](https://scan.coverity.com/projects/2096)
This is a ***mirror only***. Please see [README](../master/README) file for more information.