summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-08-18 21:04:00 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-08-18 21:05:23 +0300
commite22ab43457f837d06a46ba1affcd4881b49cb6d7 (patch)
tree05eaa3fc9750a8a842c34dbc0a430d7f29585935
parent85bbb8cb95f9c0c75fa90a03620e01860001402f (diff)
downloadlibatomic_ops-e22ab43457f837d06a46ba1affcd4881b49cb6d7.tar.gz
Add CI (continuous integration) badges to README
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c06f9e..593ba45 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,10 @@
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
-This is version 7.5.0 of libatomic_ops.
+[![Travis-CI build status](https://travis-ci.org/ivmai/libatomic_ops.svg?branch=master)](https://travis-ci.org/ivmai/libatomic_ops)
+[![AppVeyor CI build status](https://ci.appveyor.com/api/projects/status/github/ivmai/libatomic_ops?branch=master&svg=true)](https://ci.appveyor.com/project/ivmai/libatomic-ops)
+
+This is version 7.5.0 (next release development) of libatomic_ops.
## Download