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

View file

@ -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