summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-04-22 13:06:32 +0200
committerBastien Nocera <hadess@hadess.net>2021-04-22 13:07:01 +0200
commit81d3d3d52a96c538c6d935a0298d41477312b61a (patch)
tree5016f4f0e7ba159b40667afea8350cd117d5b81a
parent706dcd44e443f630607554b1154a5d3685d43a9c (diff)
downloadupower-81d3d3d52a96c538c6d935a0298d41477312b61a.tar.gz
ci: Indent the dependencies
Makes it easier to make changes easily readable.
-rw-r--r--.gitlab-ci.yml28
1 files changed, 22 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7c6e14..86535ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: