Upgrade grcov
This commit is contained in:
committed by
Michael Vines
parent
cbca0ae264
commit
437b62c4d9
@ -39,7 +39,7 @@ if [[ ! -f ./grcov ]]; then
|
|||||||
fi
|
fi
|
||||||
uname_m=$(uname -m | tr '[:upper:]' '[:lower:]')
|
uname_m=$(uname -m | tr '[:upper:]' '[:lower:]')
|
||||||
name=grcov-${uname}-${uname_m}.tar.bz2
|
name=grcov-${uname}-${uname_m}.tar.bz2
|
||||||
_ wget "https://github.com/mozilla/grcov/releases/download/v0.2.3/${name}"
|
_ wget "https://github.com/mozilla/grcov/releases/download/v0.3.2/${name}"
|
||||||
_ tar -xjf "${name}"
|
_ tar -xjf "${name}"
|
||||||
fi
|
fi
|
||||||
_ ./grcov . -t lcov > lcov.info
|
_ ./grcov . -t lcov > lcov.info
|
||||||
|
Reference in New Issue
Block a user