mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 04:40:07 +01:00
The Rust toolchain is so that we can build and install grcov, which is Mozilla's tool to aggregate test coverage data into a report.
8 lines
151 B
Bash
8 lines
151 B
Bash
source ./.gitlab-ci/env.sh
|
|
|
|
set -eu
|
|
export CARGO_HOME='/usr/local/cargo'
|
|
|
|
# Coverage tools
|
|
cargo install grcov
|
|
rustup component add llvm-tools-preview
|