mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Disable code-coverage builds for now
Not working on the pull-tester machine, 'make cov' hangs there.
This commit is contained in:
parent
0dd127a791
commit
38a94488ce
1 changed files with 9 additions and 11 deletions
|
@ -63,14 +63,12 @@ make clean
|
|||
cd @abs_top_srcdir@/win32-build
|
||||
make clean
|
||||
|
||||
# Test code coverage
|
||||
cd @abs_top_srcdir@
|
||||
make distdir
|
||||
mv $DISTDIR linux-coverage-build
|
||||
cd linux-coverage-build
|
||||
# TODO: re-enable blockchain tester tool
|
||||
#./configure --enable-lcov --with-comparison-tool="$JAVA_COMPARISON_TOOL"
|
||||
./configure --enable-lcov
|
||||
make -j$JOBS
|
||||
make cov
|
||||
|
||||
# TODO: Fix code coverage builds on pull-tester machine
|
||||
# # Test code coverage
|
||||
# cd @abs_top_srcdir@
|
||||
# make distdir
|
||||
# mv $DISTDIR linux-coverage-build
|
||||
# cd linux-coverage-build
|
||||
# ./configure --enable-lcov --disable-silent-rules --disable-ccache --with-comparison-tool="$JAVA_COMPARISON_TOOL"
|
||||
# make -j$JOBS
|
||||
# make cov
|
||||
|
|
Loading…
Reference in a new issue