ci: use Make in Gitlab CI

This commit is contained in:
Bruno BELANYI 2020-07-14 16:06:45 +02:00
parent 9f380f5ef2
commit 8d62e079e7
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
compile_pdf:
image: aergus/latex
script:
- latexmk cv_en.tex cv_fr.tex
- make
artifacts:
paths:
- build/cv_fr.pdf
- build/cv_en.pdf
- cv_*.pdf