[librest/wip/hadess/upstream-check-abi] ci: Use upstream check-abi
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest/wip/hadess/upstream-check-abi] ci: Use upstream check-abi
- Date: Mon, 28 Mar 2022 16:02:29 +0000 (UTC)
commit b4d739c8644d2bdd639ef045ebc8c6fa155c7d86
Author: Bastien Nocera <hadess hadess net>
Date: Mon Mar 28 17:45:08 2022 +0200
ci: Use upstream check-abi
.gitlab-ci.yml | 3 +-
.gitlab-ci/check-abi | 113 ---------------------------------------------------
2 files changed, 2 insertions(+), 114 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 944bb27..862ba19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,8 @@ build-librest:
- meson _build -Dexamples=true
- ninja -C _build
- bash +x ./.gitlab-ci/run-tests.sh
- - ./.gitlab-ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+ - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
+ - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
artifacts:
reports:
junit: "_build/${CI_JOB_NAME}-report.xml"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]