summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-19 22:17:16 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-20 20:21:45 +0000
commit287dbe9a066479a695769f96f8eea7af01b911aa (patch)
treedc8eeff09e3c6cf7beb5204088aaf9b245dcc5a5 /.gitlab-ci
parent13e8c7ff80f9ff2dc77e9d0da4b7396182c63612 (diff)
downloadgobject-introspection-287dbe9a066479a695769f96f8eea7af01b911aa.tar.gz
docwriter: Support markdown 3.x. Fixes #250
The headerid extension no longer exists in 3.x. Use the toc extension instead. The toc_depth option was only added in 3.x so still try headerid first.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msys2-meson.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 2d3952a8..da4c3eaf 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -20,6 +20,7 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-python3 \
mingw-w64-$MSYS2_ARCH-python3-pip \
mingw-w64-$MSYS2_ARCH-python3-mako \
+ mingw-w64-$MSYS2_ARCH-python3-markdown \
mingw-w64-$MSYS2_ARCH-libffi \
mingw-w64-$MSYS2_ARCH-pkg-config \
mingw-w64-$MSYS2_ARCH-cairo \
@@ -30,8 +31,7 @@ pacman --noconfirm -S --needed \
export CCACHE_BASEDIR="${CI_PROJECT_DIR}"
export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
-# FIXME: markdown: https://gitlab.gnome.org/GNOME/gobject-introspection/issues/250
-pip3 install --upgrade --user meson==0.48.2 flake8 markdown==2.6.11
+pip3 install --upgrade --user meson==0.48.2 flake8
export PATH="$HOME/.local/bin:$PATH"
# FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064