mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-06 20:49:32 +02:00
ci: One package per line
Makes it easier to remove/add items.
This commit is contained in:
parent
5d2bbcc019
commit
dcf1b8b518
1 changed files with 9 additions and 2 deletions
|
|
@ -1,8 +1,15 @@
|
|||
image: fedora:rawhide
|
||||
|
||||
variables:
|
||||
DEPENDENCIES: gcc gtk-doc pkgconfig(udev) pkgconfig(systemd) pkgconfig(gio-2.0) pkgconfig(gudev-1.0) systemd
|
||||
meson git
|
||||
DEPENDENCIES: gcc
|
||||
gtk-doc
|
||||
pkgconfig(udev)
|
||||
pkgconfig(systemd)
|
||||
pkgconfig(gio-2.0)
|
||||
pkgconfig(gudev-1.0)
|
||||
systemd
|
||||
meson
|
||||
git
|
||||
|
||||
build_stable:
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue