Skip to content

Commit 84ead18

Browse files
committed
ci: using unit test and add coveralls.io
1 parent 367ba2c commit 84ead18

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ compiler:
88
script:
99
- export CC=gcc-5
1010
- export CXX=g++-5
11+
- cd test
1112
- mkdir build
1213
- cd build
1314
- cmake ..
1415
- make
16+
- ./test_libchen
1517

1618
addons:
1719
apt:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# libchen
22

33
[![Build Status](https://travis-ci.org/chensoft/libchen.svg?branch=master)](https://travis-ci.org/chensoft/libchen)
4+
[![Coverage Status](https://coveralls.io/repos/github/chensoft/libchen/badge.svg?branch=master)](https://coveralls.io/github/chensoft/libchen?branch=master)
45

56
libchen is a micro C++ foundation framework, it contains many useful and handy methods for creating complex software. It's open-source and released under the MIT License. If you have any questions or advices, feel free to contact me via [email](mailto:admin@chensoft.com).
67

0 commit comments

Comments
 (0)