From b4d739c8644d2bdd639ef045ebc8c6fa155c7d86 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 28 Mar 2022 17:45:08 +0200 Subject: ci: Use upstream check-abi --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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" -- cgit v1.2.1