use latexmk for build
This commit is contained in:
parent
0566ff4626
commit
3ca441c256
@ -3,11 +3,9 @@ image: registry.gitlab.com/islandoftex/images/texlive:latest
|
|||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- cd src
|
- cd src
|
||||||
- pdflatex main.tex
|
- latexmk main.tex
|
||||||
- bibtex sources
|
|
||||||
- pdflatex main.tex
|
|
||||||
after_script:
|
after_script:
|
||||||
- cat latex/Ausarbeitung.log
|
- cat src/main.log
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- latex/main.pdf
|
- src/main.pdf
|
Loading…
Reference in New Issue
Block a user