From 95366ea131d4b25aef5b28d670042e778b55a2e1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 6 Jun 2023 10:16:25 +1000 Subject: [PATCH] CI: use meson setup in the abi check job --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e94ed8c..7e79760 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -282,7 +282,7 @@ abicheck@fedora:38: - git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi - | pushd check-abi - meson _build + meson setup _build meson compile -C _build meson install -C _build popd diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 2b5bed9..1321606 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -282,7 +282,7 @@ abicheck@{{distro.name}}:{{version}}: - git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi - | pushd check-abi - meson _build + meson setup _build meson compile -C _build meson install -C _build popd