Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
External Relations
Document Templates
mubeamer
Commits
4a6754f6
Unverified
Commit
4a6754f6
authored
Jul 19, 2021
by
Vít Novotný
Browse files
Make latexmk output less verbose
parent
948e7988
Pipeline
#96934
canceled with stage
in 31 minutes and 35 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4a6754f6
...
...
@@ -27,8 +27,8 @@ Typeset example documents:
-
cd example
-
xetex example.ins
script
:
-
ls *.tex | grep -v '-xetex-luatex\.tex$' | xargs latexmk -pdflatex
-
ls *.tex | grep '-xetex-luatex\.tex$' | xargs latexmk -lualatex
-
ls *.tex | grep -v '-xetex-luatex\.tex$' | xargs latexmk -pdflatex
-silent
-
ls *.tex | grep '-xetex-luatex\.tex$' | xargs latexmk -lualatex
-silent
artifacts
:
paths
:
-
example/*.pdf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment