Skip to content
Snippets Groups Projects
Commit fa73cd79 authored by Joel Nothman's avatar Joel Nothman
Browse files

CI latexmk -interaction=nonstopmode not working; use more conservative -halt-on-error

parent 980e239a
No related branches found
No related tags found
No related merge requests found
......@@ -74,10 +74,8 @@ fi
if [[ "$CIRCLE_BRANCH" =~ ^master$|^[0-9]+\.[0-9]+\.X$ && -z "$CI_PULL_REQUEST" ]]
then
# dist generates the pdf doc and adds the pdf to the website
# nonstopmode is used to prevent CI timeout when the LaTeX
# compilation fails
MAKE_TARGET="dist LATEXMKOPTS=-interaction=nonstopmode"
# PDF linked into HTML
MAKE_TARGET="dist LATEXMKOPTS=-halt-on-error"
elif [[ "$build_type" =~ ^QUICK ]]
then
MAKE_TARGET=html-noplot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment