Skip to content

Commit 9da2c87

Browse files
committed
Adds badge of appveyor build system
1 parent 77d556c commit 9da2c87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
### C++ programming classes problmes ###
22

33
[![Build Status](https://travis-ci.org/micwypych/cpp-exercises.svg?branch=master)](https://travis-ci.org/micwypych/cpp-exercises)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/39thleljhjmtof0t?svg=true)](https://ci.appveyor.com/project/micwypych/cpp-exercises)
5+
6+
After cloning please replace badges with your project's badges
7+
8+
For [travis](https://travis-ci.org) replace in the README.md micwypych with your nickname from github and cpp-exercises with your project name on github
9+
For [appveyor](https://ci.appveyor.com), go to the settings -> badges -> sample markdown code and replace second badge code
410

511
#### CLion CMakeLists.txt template ####
612

0 commit comments

Comments
 (0)