aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 20:45:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 20:45:47 +0300
commitc01294f2a2757c39c0b077c36786d79f6f405d9a (patch)
tree3c8958283b8f90674d470eaafb3dec1663df126c /README.md
parentREADME: mention projects that use this (diff)
downloadcmake-common-c01294f2a2757c39c0b077c36786d79f6f405d9a.tar.gz
cmake-common-c01294f2a2757c39c0b077c36786d79f6f405d9a.zip
README: add CI badges
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 3768cc0..1585cbf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
cmake-common
============
+[![Travis (.com) branch](https://img.shields.io/travis/com/egor-tensin/cmake-common/master?label=Travis)](https://travis-ci.com/egor-tensin/cmake-common)
+[![AppVeyor branch](https://img.shields.io/appveyor/ci/egor-tensin/cmake-common/master?label=AppVeyor)](https://ci.appveyor.com/project/egor-tensin/cmake-common/branch/master)
+
Various utility files to build my CMake projects, as those seem to overlap
between different projects quite a bit.