summaryrefslogtreecommitdiff
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 16:43:35 +0200
commit15a928bcefe2d73761e28f2d6fc08a5eca4ea049 (patch)
treeeff691208a10bf701be4c464b1eea934d7159170
parent3fe756208bee41a853b8421f0c12b952e4d95f12 (diff)
downloadshared-mime-info-wip/hadess/add-findutils-to-ci.tar.gz
ci: Install findutils in the CIwip/hadess/add-findutils-to-ci
Otherwise "make distcheck" will throw: /bin/sh: line 9: find: command not found and not even register that something went wrong.
-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: