This commit is contained in:
parent
85c779dc32
commit
ea681cf5ff
|
@ -1,9 +1,10 @@
|
|||
compile_pdf:
|
||||
image: latexpygments
|
||||
script:
|
||||
- pwd; ls -l
|
||||
- /bin/cd tikz && latexmk -pdf mon48v.tex
|
||||
- cd tikz && latexmk -pdf mon48i.tex
|
||||
- cd tikz
|
||||
- latexmk -pdf mon48v.tex
|
||||
- latexmk -pdf mon48i.tex
|
||||
- cd ..
|
||||
- latexmk -f -pdf --shell-escape ./thesis.tex
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue