Update .gitlab-ci.yml file
This commit is contained in:
@ -9,8 +9,8 @@ latex:
|
|||||||
# Install inkscape for LaTeX svg package
|
# Install inkscape for LaTeX svg package
|
||||||
- apt-get update -qq && apt-get install --no-install-recommends -y inkscape
|
- apt-get update -qq && apt-get install --no-install-recommends -y inkscape
|
||||||
- apt-get autoclean autoremove && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
- apt-get autoclean autoremove && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
- latexmk -cd -pdf -shell-escape document/thesis.tex
|
- latexmk -cd -pdf -shell-escape thesis.tex
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "document/thesis.pdf"
|
- "thesis.pdf"
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
Reference in New Issue
Block a user