summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-20 14:53:18 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-20 17:59:13 +0100
commita1e4ea7992251ebd7e20fc550c5c96df9696f245 (patch)
tree1b40072e752b0f65d2e980ff1eab3407a75a26ad /.gitlab-ci.yml
parent37a68dd65a7d82dddf688f010affafa095c4a985 (diff)
downloadshared-mime-info-a1e4ea7992251ebd7e20fc550c5c96df9696f245.tar.gz
ci: Clean list of dependencies
So that it's easier to add, modify and remove individual items.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f916fd8..bec877bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,20 @@
image: fedora:rawhide
variables:
- DEPENDENCIES: gcc gcc-c++ glibc-devel make libxml2-devel glib2-devel
- automake autoconf gettext git itstool xmlto findutils gettext-devel
+ DEPENDENCIES: gcc
+ gcc-c++
+ glibc-devel
+ make
+ libxml2-devel
+ glib2-devel
+ gettext
+ git
+ itstool
+ xmlto
+ findutils
+ gettext-devel
+ automake
+ autoconf
build:
before_script: