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

CI fix latexmk option

parent e85d1d5f
Branches
Tags
No related merge requests found
......@@ -76,7 +76,7 @@ if [[ "$CIRCLE_BRANCH" =~ ^master$|^[0-9]+\.[0-9]+\.X$ && -z "$CI_PULL_REQUEST"
then
# nonstopmode is used to not wait for CI timeout in case of an error
# PDF linked into HTML
MAKE_TARGET="dist LATEXMKOPTS=--interaction=nonstopmode"
MAKE_TARGET="dist LATEXMKOPTS=-interaction=nonstopmode"
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