Skip to content

Commit

Permalink
Disable building latex documentation on ci.
Browse files Browse the repository at this point in the history
The documentation currently fails to build on Jenkins due to
hyperref and doxygen not playing nicely with each other on
Debian Stretch.
  • Loading branch information
tdaede committed Aug 2, 2017
1 parent 2521a7d commit e46f46a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/autotools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion ci/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit e46f46a

Please sign in to comment.