20 lines
381 B
YAML
20 lines
381 B
YAML
compile_pdf:
|
|
image: latexpygments
|
|
script:
|
|
- cd tikz && latexmk -pdf mon48v.tex
|
|
- cd tikz && latexmk -pdf mon48i.tex
|
|
- latexmk -pdf thesis.tex
|
|
artifacts:
|
|
paths:
|
|
- thesis.pdf
|
|
|
|
data_processing:
|
|
image: python_datascience
|
|
variables:
|
|
MPLBACKEND: agg
|
|
script:
|
|
- cd data && python3 processing.py
|
|
artifacts:
|
|
paths:
|
|
- data/2kw_direct.png
|