Skip to content
Snippets Groups Projects
Commit a18b8b08 authored by Tomáš Nováček's avatar Tomáš Nováček
Browse files

Merge branch 'novacek/specify-texlive-version' into 'master'

Specifying texlive version, generating remaining artifacts

See merge request theses-templates/FITthesis-LaTeX!18
parents 7d51379e 0c385323
No related branches found
No related tags found
No related merge requests found
image: texlive/texlive
image: texlive/texlive:latest
 
LuaLaTeX:
script:
......@@ -7,6 +7,11 @@ LuaLaTeX:
- latexmk -pdflua ctufit-thesis.tex
- latexmk -pdflua ctufit-thesis-en.tex
- latexmk -pdflua ctufit-thesis-sk.tex
artifacts:
paths:
- ctufit-thesis.pdf
- ctufit-thesis-en.pdf
- ctufit-thesis-sk.pdf
 
XeLaTeX:
script:
......@@ -15,6 +20,11 @@ XeLaTeX:
- latexmk -pdfxe ctufit-thesis.tex
- latexmk -pdfxe ctufit-thesis-en.tex
- latexmk -pdfxe ctufit-thesis-sk.tex
artifacts:
paths:
- ctufit-thesis.pdf
- ctufit-thesis-en.pdf
- ctufit-thesis-sk.pdf
 
pdfLaTeX:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment