mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-09 07:28:25 +02: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
|
- git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi
|
||||||
- |
|
- |
|
||||||
pushd check-abi
|
pushd check-abi
|
||||||
meson _build
|
meson setup _build
|
||||||
meson compile -C _build
|
meson compile -C _build
|
||||||
meson install -C _build
|
meson install -C _build
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
|
|
@ -282,7 +282,7 @@ abicheck@{{distro.name}}:{{version}}:
|
||||||
- git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi
|
- git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi
|
||||||
- |
|
- |
|
||||||
pushd check-abi
|
pushd check-abi
|
||||||
meson _build
|
meson setup _build
|
||||||
meson compile -C _build
|
meson compile -C _build
|
||||||
meson install -C _build
|
meson install -C _build
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue