Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Add Appveyor badge and debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouaihy committed Sep 1, 2019
1 parent 2648942 commit 702c707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Expand Up @@ -10,7 +10,6 @@ platform:

configuration:
- Debug
- Release

before_build:
- cmake -H. -Bbuild -A%PLATFORM% -DBUILD_TESTING=ON
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![OpenTracing 1.0 Enabled][ot-img]][ot-url]
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Appveyor Build][appveyor]][appveyor] [![OpenTracing 1.0 Enabled][ot-img]][ot-url]

# jaeger-client-cpp
C++ OpenTracing binding for [Jaeger](https://www.jaegertracing.io/)
Expand Down Expand Up @@ -81,6 +81,7 @@ sampler:

[ci-img]: https://travis-ci.org/jaegertracing/jaeger-client-cpp.svg?branch=master
[ci]: https://travis-ci.org/jaegertracing/jaeger-client-cpp
[appveyor]: https://ci.appveyor.com/api/projects/status/bu992qd3y9bpwe7u?svg=true
[cov-img]: https://codecov.io/gh/jaegertracing/jaeger-client-cpp/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/jaegertracing/jaeger-client-cpp
[ot-img]: https://img.shields.io/badge/OpenTracing--1.0-enabled-blue.svg
Expand Down

0 comments on commit 702c707

Please sign in to comment.