mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-25 01:20:09 +01:00
ci: Add test-meson step
Apart from the autotools build system, also test the meson build system. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
1e52414765
commit
5a2611b7ad
1 changed files with 12 additions and 1 deletions
|
|
@ -23,7 +23,18 @@ container_build:
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
|
|
||||||
test:
|
test-meson:
|
||||||
|
stage: test
|
||||||
|
extends:
|
||||||
|
- .debian
|
||||||
|
- .fdo.distribution-image@debian
|
||||||
|
script:
|
||||||
|
- meson build
|
||||||
|
- ninja -C build
|
||||||
|
- meson test -C build
|
||||||
|
- ninja -C build install
|
||||||
|
|
||||||
|
test-autotools:
|
||||||
stage: test
|
stage: test
|
||||||
extends:
|
extends:
|
||||||
- .debian
|
- .debian
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue