diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-06-11 13:59:54 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-06-11 14:45:50 -0300 |
commit | 0d833715eaa65636dda2705b89359a1e0154dc58 (patch) | |
tree | 7223b690c2f8573bb3fba285f13608cc405b5f73 /README.md | |
parent | 2bfcd7ef805e27b43aec56dc009ba87f6c4ff96b (diff) | |
download | kmod-0d833715eaa65636dda2705b89359a1e0154dc58.tar.gz kmod-0d833715eaa65636dda2705b89359a1e0154dc58.tar.bz2 kmod-0d833715eaa65636dda2705b89359a1e0154dc58.zip |
Add README.md file with build details
Add the badges from semaphoreci and coverity and point people to the
README file with more information.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd4cdc8 --- /dev/null +++ b/README.md @@ -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. |