travis-ci tuning
parent
37158fe9fe
commit
49f24acda6
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
sudo pip install cpp-coveralls --use-mirrors
|
||||||
|
|
||||||
|
cd src
|
||||||
|
gcov *.c
|
||||||
|
cd ..
|
||||||
|
coveralls --exclude ci --no-gcov
|
Loading…
Reference in New Issue