ci: Indent the dependencies

Makes it easier to make changes easily readable.
This commit is contained in:
Bastien Nocera 2021-04-22 13:06:32 +02:00
parent 706dcd44e4
commit 81d3d3d52a

View file

@ -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: