summaryrefslogtreecommitdiff
path: root/ci/install-grcov.sh
blob: ba477024093b0a19bc406fbece6696d3b135c402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source ./ci/env.sh

set -eu

REPOSITORY=https://github.com/federicomenaquintero/grcov
BRANCH=accessible-html

git clone --depth 1 --branch $BRANCH $REPOSITORY
cd grcov
cargo build --release

cp target/release/grcov /usr/local/bin/