Draft: integration d'une pipeline pour le developement en latex

This commit is contained in:
JOLY Amaury
2023-02-07 12:55:45 +00:00
parent 841d8dfad6
commit 8630efbf5c
9 changed files with 383 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image:
name: texlive/texlive:latest
entrypoint: [ '/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]
build_and_deploy:
script:
- cd docs
- pdflatex main.tex
after_script:
- cat ./docs/main.log
artifacts:
paths:
- ./docs/main.pdf