Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Li <andy@onthewings.net>2016-08-06 19:27:00 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-08-18 20:54:33 +0300
commit658620b0e47f6b11da32fb4e3b5af30c4b1897db (patch)
tree38fd336e4552376bbc0fb7c12a6d500a1a1b6af0 /README.md
parent6eb61a6787ba5718679ee159d6f0a4f08416a092 (diff)
Add CI (continuous integration) badges to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e42b69d7..4320ba37 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Boehm-Demers-Weiser Garbage Collector
+[![Travis-CI build status](https://travis-ci.org/ivmai/bdwgc.svg?branch=master)](https://travis-ci.org/ivmai/bdwgc)
+[![AppVeyor CI build status](https://ci.appveyor.com/api/projects/status/github/ivmai/bdwgc?branch=master&svg=true)](https://ci.appveyor.com/project/ivmai/bdwgc)
+
This is version 7.7.0 (next release development) of a conservative garbage
collector for C and C++.