[at-spi2-core: 1/5] CI: Install the stock grcov, not my branch
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/5] CI: Install the stock grcov, not my branch
- Date: Thu, 7 Jul 2022 00:39:12 +0000 (UTC)
commit cb437cdefc1be6b383f3f50eaee141be0817e5dd
Author: Federico Mena Quintero <federico gnome org>
Date: Wed Jul 6 14:35:52 2022 -0500
CI: Install the stock grcov, not my branch
I told github to delete my accessibility branch when it got merged...
... it got merged ...
... it got deleted ...
... and of course I forgot about it, and now the container image
couldn't be regenerated because my branch no longer exists :)
.gitlab-ci.yml | 1 +
ci/install-grcov.sh | 9 +--------
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7ccfe51..160a1632 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,6 +144,7 @@ coverage:
MESON_EXTRA_FLAGS: "--buildtype=debug -Ddocs=false -Dintrospection=no"
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
script:
+ - source ./ci/env.sh
- meson setup ${MESON_EXTRA_FLAGS} --prefix /usr _build .
- meson compile -C _build
- meson install -C _build
diff --git a/ci/install-grcov.sh b/ci/install-grcov.sh
index ba477024..786ce4d6 100644
--- a/ci/install-grcov.sh
+++ b/ci/install-grcov.sh
@@ -2,11 +2,4 @@ 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/
+cargo install grcov
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]