Skip to content

Commit 5d18b2d

Browse files
Update README.md
add appveyor badges
1 parent 40adc91 commit 5d18b2d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# cpp-net-framework
22
An experimental .NET Framework for C++
33

4-
[![Build Status](https://travis-ci.org/mydeveloperday/cpp-net-framework.svg?branch=master)](https://travis-ci.org/mydeveloperday/cpp-net-framework)
5-
4+
[![Build Status](https://travis-ci.org/mydeveloperday/cpp-net-framework.svg?branch=master)](https://travis-ci.org/mydeveloperday/cpp-net-framework)
5+
<a href="https://ci.appveyor.com/project/mydeveloperday/cpp-net-framework">
6+
<img alt="AppVeyor Scan Build Status"
7+
src="https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true"/>
8+
</a>
69
<a href="https://scan.coverity.com/projects/mydeveloperday-cpp-net-framework">
710
<img alt="Coverity Scan Build Status"
811
src="https://scan.coverity.com/projects/7174/badge.svg"/>
912
</a>
1013

14+
15+
1116
## Introduction
1217

1318
cpp-net-framework is an experimental C++ implementation of the .NET Framework, its purpose is to bring the power of the .NET Framework for use within C++ applications.

0 commit comments

Comments
 (0)