ref: e46f46a5e9f64a56da4c028122384c958d187340
parent: 2521a7d81c40ea83e568a7085e717228932832a3
author: Thomas Daede <daede003@umn.edu>
date: Tue Aug 1 13:27:04 EDT 2017
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.
--- a/ci/autotools.sh
+++ b/ci/autotools.sh
@@ -61,4 +61,5 @@
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
--- a/ci/unix.sh
+++ b/ci/unix.sh
@@ -19,4 +19,5 @@
# build the documentation
make -C doc
-make -C doc/latex
+# currently fails on jenkins (debian stretch)
+# make -C doc/latex