summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-17 22:04:36 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-18 00:12:26 +0200
commitfb2e48e2b9624f8b431f926399f5827957bcaa2d (patch)
treedc51dd2b555821226554065770047ef308f8a79f /.gitlab-ci
parent5ee5ccafb6cda327f302090779545590045ed611 (diff)
downloadgobject-introspection-fb2e48e2b9624f8b431f926399f5827957bcaa2d.tar.gz
ci: force enable doctool and gtkdoc1.57.3
doctool is an auto option and was disabled by the recent addition of a new dependency on the markdown Python module. Since we didn't have that in our testing docker image the tests were just skipped. This makes sure we error out if any dependencies are missing again.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index e3083b47..5c291a8c 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -39,11 +39,13 @@ RUN dnf -y install \
python3 \
python3-devel \
python3-mako \
+ python3-markdown \
python3-pip \
python3-wheel \
python2 \
python2-devel \
python2-mako \
+ python2-markdown \
redhat-rpm-config \
systemtap-sdt-devel \
zlib-devel \