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