mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
ci: Add missing dependencies
Needed for gdbus-codegen & coverage job
This commit is contained in:
parent
e1dc14b1d8
commit
6e14423850
@ -13,9 +13,9 @@ tests:
|
||||
variables:
|
||||
MESON_FLAGS: "-Db_coverage=true -Ddocs=false -Dvapi=false -Dintrospection=disabled"
|
||||
before_script:
|
||||
- sudo dnf install -y git gtk4-devel meson gcc lcov wget
|
||||
- sudo dnf install -y git gtk4-devel meson gcc gcovr lcov wget
|
||||
qemu-system-x86 qemu-ui-dbus qemu-ui-opengl
|
||||
dbus-x11 xorg-x11-server-Xvfb
|
||||
dbus-x11 xorg-x11-server-Xvfb python3-packaging
|
||||
script:
|
||||
- meson setup _build
|
||||
- meson configure ${MESON_FLAGS} _build
|
||||
@ -24,7 +24,6 @@ tests:
|
||||
- cd tests
|
||||
- BUILDDIR=_build dbus-run-session xvfb-run -ad ./functional.sh
|
||||
- cd ..
|
||||
- rm -rf _build/subprojects
|
||||
- ninja coverage-html -C _build
|
||||
artifacts:
|
||||
paths:
|
||||
@ -47,7 +46,7 @@ reference:
|
||||
MESON_FLAGS: "--buildtype=release -Ddocs=true -Dintrospection=enabled"
|
||||
before_script:
|
||||
- sudo dnf install -y git gtk4-devel meson gcc
|
||||
gi-docgen gobject-introspection-devel vala
|
||||
gi-docgen gobject-introspection-devel vala python3-packaging
|
||||
script:
|
||||
- mkdir -p pfx/
|
||||
- meson ${MESON_FLAGS} --prefix=${PWD}/pfx -Ddocs=true _build
|
||||
|
Loading…
Reference in New Issue
Block a user