Skip to content
Snippets Groups Projects
Commit e46f46a5 authored by Thomas Daede's avatar Thomas Daede
Browse files

Disable building latex documentation on ci.

The documentation currently fails to build on Jenkins due to
hyperref and doxygen not playing nicely with each other on
Debian Stretch.
parent 2521a7d8
No related branches found
No related tags found
No related merge requests found
......@@ -61,4 +61,5 @@ make
make distcheck PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
# build the documentation
make -C doc/latex
# currently fails on jenkins (debian stretch)
# make -C doc/latex
......@@ -19,4 +19,5 @@ make -C unix PKG_CONFIG_PATH=$PWD/../opus check
# build the documentation
make -C doc
make -C doc/latex
# currently fails on jenkins (debian stretch)
# make -C doc/latex
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment