gitlab: Ensure devhelp files are installed

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/299>
This commit is contained in:
Thibault Saunier 2020-06-04 10:17:32 -04:00
parent 99830c2bee
commit 3e7e6615b6

View file

@ -1,5 +1,9 @@
set -eux
# Fedora base image disable installing documentation files. See https://pagure.io/atomic-wg/issue/308
# We need them to cleanly build our doc.
sed -i "s/tsflags=nodocs//g" /etc/dnf/dnf.conf
dnf install -y git-core ninja-build dnf-plugins-core
# Configure git for various usage