mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
ci: List dependencies on separate lines
This improves readability of additions and removals.
This commit is contained in:
@ -11,9 +11,20 @@ variables:
|
|||||||
FEDORA_TAG: rawhide
|
FEDORA_TAG: rawhide
|
||||||
FEDORA_VERSION: rawhide
|
FEDORA_VERSION: rawhide
|
||||||
FEDORA_IMAGE: "$CI_REGISTRY/libfprint/$CI_PROJECT_NAME/fedora/$FEDORA_VERSION:$FEDORA_TAG"
|
FEDORA_IMAGE: "$CI_REGISTRY/libfprint/$CI_PROJECT_NAME/fedora/$FEDORA_VERSION:$FEDORA_TAG"
|
||||||
DEPENDENCIES: dbus-glib-devel pam-devel polkit-devel
|
DEPENDENCIES: dbus-glib-devel
|
||||||
gtk-doc meson gettext gcovr git
|
gcc
|
||||||
gcc gcc-c++ glibc-devel python3-dbusmock python3-libpamtest systemd-devel
|
gcovr
|
||||||
|
gettext
|
||||||
|
git
|
||||||
|
glibc-devel
|
||||||
|
gtk-doc
|
||||||
|
libfprint-devel
|
||||||
|
meson
|
||||||
|
pam-devel
|
||||||
|
polkit-devel
|
||||||
|
python3-dbusmock
|
||||||
|
python3-libpamtest
|
||||||
|
systemd-devel
|
||||||
|
|
||||||
image: "$FEDORA_IMAGE"
|
image: "$FEDORA_IMAGE"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user