summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--.gitlab-ci/Dockerfile2
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1ccd46f..357e673f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ fedora-x86_64-autotools-python2:
CFLAGS: "-Werror"
script:
- sed -i 's|\[glib-2\.0 >= [0-9.]*\]|[glib-2.0 >= 1.0]|' configure.ac
- - ./autogen.sh --with-python=python2
+ - ./autogen.sh --with-python=python2 --enable-gtk-doc --enable-doctool
- make -j4
- make check
- python2 -m pip install --user flake8
@@ -76,7 +76,7 @@ fedora-x86_64-autotools-python3:
CFLAGS: "-Werror"
script:
- sed -i 's|\[glib-2\.0 >= [0-9.]*\]|[glib-2.0 >= 1.0]|' configure.ac
- - ./autogen.sh --with-python=python3
+ - ./autogen.sh --with-python=python3 --enable-gtk-doc --enable-doctool
- make -j4
- make check
- python3 -m pip install --user flake8
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 \