Skip to content

Commit

Permalink
gitlab ci: Install pandoc dep
Browse files Browse the repository at this point in the history
This is needed to generate the manpages for the `distcheck` target.
  • Loading branch information
rillian committed Sep 22, 2022
1 parent b6fbd6b commit a2be4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autotools:
- apt-get update &&
apt-get install -y libogg-dev
libtool-bin gettext zip
doxygen graphviz
doxygen graphviz pandoc
# Create an unpriviledged user, required for tests.
- adduser --disabled-password --gecos "Gitlab CI" flac
script:
Expand All @@ -25,7 +25,7 @@ cmake:
- apt-get update &&
apt-get install -y libogg-dev
cmake ninja-build
doxygen graphviz
doxygen graphviz pandoc
# Create an unpriviledged user, required for tests.
- adduser --disabled-password --gecos "Gitlab CI" flac
script:
Expand Down

0 comments on commit a2be4d2

Please sign in to comment.