summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-09-30 17:47:42 +0200
committerBastien Nocera <hadess@hadess.net>2020-09-30 18:00:05 +0200
commit8b87655aacd4fc79d69f3bc5a9b141dd4d31c314 (patch)
tree41e5dc1af45e180b6a66081b07feccefa2126493 /.gitlab-ci.yml
parentdf58400a27b33ee56f2afde14ef950d59d0eca6b (diff)
downloadgnome-bluetooth-8b87655aacd4fc79d69f3bc5a9b141dd4d31c314.tar.gz
ci: Reindent dependencies
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ab60239..40be06bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,17 @@
image: fedora:rawhide
variables:
- DEPENDENCIES: gtk-doc gobject-introspection-devel
- gtk3-devel systemd-devel libcanberra-devel libnotify-devel
- meson redhat-rpm-config gcc glibc-devel
+ DEPENDENCIES:
+ gtk-doc
+ gobject-introspection-devel
+ gtk3-devel
+ systemd-devel
+ libcanberra-devel
+ libnotify-devel
+ meson
+ redhat-rpm-config
+ gcc
+ glibc-devel
GIT_SUBMODULE_STRATEGY: recursive
build_stable: