diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 20:45:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 20:45:47 +0300 |
commit | c01294f2a2757c39c0b077c36786d79f6f405d9a (patch) | |
tree | 3c8958283b8f90674d470eaafb3dec1663df126c /README.md | |
parent | README: mention projects that use this (diff) | |
download | cmake-common-c01294f2a2757c39c0b077c36786d79f6f405d9a.tar.gz cmake-common-c01294f2a2757c39c0b077c36786d79f6f405d9a.zip |
README: add CI badges
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |