mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 04:40:06 +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:
|
||||
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
|
||||
extends:
|
||||
- .debian
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue