add processing to ci
This commit is contained in:
parent
ca6de5e20d
commit
2558aa8603
|
@ -4,4 +4,11 @@ compile_pdf:
|
|||
- latexmk -pdf thesis.tex
|
||||
artifacts:
|
||||
paths:
|
||||
- thesis.pdf
|
||||
- thesis.pdf
|
||||
|
||||
data_processing:
|
||||
script:
|
||||
- python3 data/processing.py
|
||||
artifacts:
|
||||
paths:
|
||||
- data/2kw_direct.png
|
||||
|
|
Loading…
Reference in New Issue