mirror of
https://etulab.univ-amu.fr/v18003685/pfe-blockchain.git
synced 2024-02-26 02:14:01 +01:00
14 lines
280 B
YAML
14 lines
280 B
YAML
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
|