mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-02 19:10:10 +01:00
CI: use meson setup in the abi check job
This commit is contained in:
parent
168de89a70
commit
95366ea131
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue