2020-07-09 16:53:41 +02:00
|
|
|
compile_pdf:
|
|
|
|
image: aergus/latex
|
|
|
|
script:
|
2020-07-14 15:51:21 +02:00
|
|
|
- latexmk cv_en.tex cv_fr.tex
|
2020-07-09 16:53:41 +02:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2020-07-14 15:51:21 +02:00
|
|
|
- build/cv_fr.pdf
|
2020-07-09 16:53:41 +02:00
|
|
|
- build/cv_en.pdf
|