aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 22:08:35 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 22:08:35 +0000
commit8e9c1d28d631d1a87540d0faa3b628d74544e457 (patch)
tree9b70ca0af3eefed99622d0688dfeb8a167e9af64 /README.md
parentappveyor windows build fix[travis skip] (diff)
downloadcgrep-8e9c1d28d631d1a87540d0faa3b628d74544e457.tar.gz
cgrep-8e9c1d28d631d1a87540d0faa3b628d74544e457.zip
windows cygwin build check added on appveyor
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 c96cc74..58463b6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/bloodstalker/cgrep.svg?branch=master)](https://travis-ci.org/bloodstalker/cgrep)
+[![Build status](https://ci.appveyor.com/api/projects/status/caab8oxmgljb87te?svg=true)](https://ci.appveyor.com/project/bloodstalker/cgrep)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/bloodstalker/cgrep.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bloodstalker/cgrep/context:cpp)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Fcgrep.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fcgrep?ref=badge_shield)
<a href="https://scan.coverity.com/projects/bloodstalker-cgrep">
@@ -26,6 +27,8 @@ The makefile assumes clang is called `clang` and llvm-config is called `llvm-con
```bash
make CXX=clang-9.0 LLVM_CONF=llvm-config-9.0
```
+For windows builds, cygwin builds are supported. get llvm and clang along with their sources and build like usual.<br/>
+
## Usage
A simple usage example:<br/>
```bash