ci: add Gitlab CI

This commit is contained in:
Bruno BELANYI 2020-07-09 16:53:41 +02:00
parent 536cb36b08
commit 3e5bbae7dc

7
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,7 @@
compile_pdf:
image: aergus/latex
script:
- latexmk
artifacts:
paths:
- build/cv_en.pdf