aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-09 17:42:13 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-09 17:42:13 -0600
commit91d3a34e26db56d165247fdb4d74e7686ace93be (patch)
treea20f91290017090d9a23213393ce368b286a7d6c
parentMerge branch '12-allow-user-to-specify-argument-separation-on-argumentparser'... (diff)
downloadargs.hxx-91d3a34e26db56d165247fdb4d74e7686ace93be.tar.xz
add build status to readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b3b3376..da4b9d7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# args
+[![build status](https://gitgud.io/Taywee/args/badges/master/build.svg)](https://gitgud.io/Taywee/args/commits/master)
+
A simple, small, flexible, single-header C++11 argument parsing library, in
about 1K lines of code.