mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 03:38:05 +02:00
ci: Indent the dependencies
Makes it easier to make changes easily readable.
This commit is contained in:
parent
706dcd44e4
commit
81d3d3d52a
1 changed files with 22 additions and 6 deletions
|
|
@ -1,12 +1,28 @@
|
|||
image: fedora:rawhide
|
||||
|
||||
variables:
|
||||
DEPENDENCIES: libtool gtk-doc autoconf automake gettext-devel
|
||||
gcc redhat-rpm-config gcc-c++ glibc-devel make
|
||||
systemd sqlite-devel gobject-introspection-devel
|
||||
libusbx-devel libgudev-devel libimobiledevice-devel
|
||||
glib2-devel libplist-devel
|
||||
umockdev python3-dbus python3-dbusmock
|
||||
DEPENDENCIES:
|
||||
libtool
|
||||
gtk-doc
|
||||
autoconf
|
||||
automake
|
||||
gettext-devel
|
||||
gcc
|
||||
redhat-rpm-config
|
||||
gcc-c++
|
||||
glibc-devel
|
||||
make
|
||||
systemd
|
||||
sqlite-devel
|
||||
gobject-introspection-devel
|
||||
libusbx-devel
|
||||
libgudev-devel
|
||||
libimobiledevice-devel
|
||||
glib2-devel
|
||||
libplist-devel
|
||||
umockdev
|
||||
python3-dbus
|
||||
python3-dbusmock
|
||||
|
||||
build_stable:
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue