mirror of
https://etulab.univ-amu.fr/v18003685/pfe-blockchain.git
synced 2024-02-26 02:14:01 +01:00
Draft: integration d'une pipeline pour le developement en latex
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
Reference in New Issue
Block a user