Don't run start test under gcov
This commit is contained in:
parent
6124b5208c
commit
4e6499c1c2
@ -4,4 +4,4 @@ cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
|
|||||||
make -j 2;
|
make -j 2;
|
||||||
make -j 2 test;
|
make -j 2 test;
|
||||||
cd MCServer/;
|
cd MCServer/;
|
||||||
echo stop | gcov $MCSERVER_PATH;
|
echo stop | $MCSERVER_PATH;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]
|
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]
|
||||||
then
|
then
|
||||||
find tests -type f -name '*.gcda' -exec sh -c 'cp {} $(dirname {})/../$(basename {})' \;
|
find tests -type f -name '*.gcda' -exec sh -c 'cp {} $(dirname {})/../$(basename {})' \;
|
||||||
coveralls --exclude lib --exclude Android --gcov-options=-q
|
coveralls --exclude lib --exclude Android >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user