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