From e46f46a5e9f64a56da4c028122384c958d187340 Mon Sep 17 00:00:00 2001 From: Thomas Daede <daede003@umn.edu> Date: Tue, 1 Aug 2017 17:27:04 -0700 Subject: [PATCH] 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. --- ci/autotools.sh | 3 ++- ci/unix.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/autotools.sh b/ci/autotools.sh index 4e2457d..79543e5 100755 --- a/ci/autotools.sh +++ b/ci/autotools.sh @@ -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 diff --git a/ci/unix.sh b/ci/unix.sh index a84bbbf..8e7e7d1 100755 --- a/ci/unix.sh +++ b/ci/unix.sh @@ -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 -- GitLab