summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-20 16:43:35 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-20 14:48:16 +0000
commit768c7cf822c73c9517d248aa6b1279b89db79843 (patch)
tree4860604a4722752d8b7b595eafc9ad569495d2f7 /.gitlab-ci.yml
parentb87510b9b1c9d4131ed81aa57be80073d8e7fdc3 (diff)
downloadshared-mime-info-768c7cf822c73c9517d248aa6b1279b89db79843.tar.gz
ci: Install findutils in the CI
Otherwise "make distcheck" will throw: /bin/sh: line 9: find: command not found and not even register that something went wrong.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60e8fec6..76a2a038 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: fedora:rawhide
variables:
DEPENDENCIES: gcc gcc-c++ glibc-devel make libxml2-devel glib2-devel
- automake autoconf gettext intltool git
+ automake autoconf gettext intltool git findutils
build:
before_script: