ci: use Make in Gitlab CI
This commit is contained in:
parent
9f380f5ef2
commit
8d62e079e7
|
@ -1,8 +1,7 @@
|
||||||
compile_pdf:
|
compile_pdf:
|
||||||
image: aergus/latex
|
image: aergus/latex
|
||||||
script:
|
script:
|
||||||
- latexmk cv_en.tex cv_fr.tex
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/cv_fr.pdf
|
- cv_*.pdf
|
||||||
- build/cv_en.pdf
|
|
||||||
|
|
Loading…
Reference in a new issue