travis-ci tuning
parent
a6721ac2d2
commit
0990bf1c61
@ -1,8 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
sudo pip install cpp-coveralls --use-mirrors
|
sudo pip install cpp-coveralls --use-mirrors
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
|
ls -l
|
||||||
|
|
||||||
gcov *.c
|
gcov *.c
|
||||||
cd ..
|
cd ..
|
||||||
coveralls --exclude ci --no-gcov
|
coveralls --exclude ci --no-gcov
|
||||||
|
Loading…
Reference in New Issue