Skip to content
Snippets Groups Projects
Commit 9af7fbb7 authored by Jorge Pérez Zerpa's avatar Jorge Pérez Zerpa
Browse files

Update .gitlab-ci.yml

parent 7e7ca1f6
No related branches found
No related tags found
No related merge requests found
# ejemplo de: https://gitlab.fing.edu.uy/-/snippets/21 funcionando!
#compile_pdf:
# image: tianon/latex
# script:
# - latexmk -pdf paper.tex
# artifacts:
# paths:
# - paper.pdf
# ejemplo probando con tex en otro dir
compile_pdf:
image: tianon/latex
script:
- latexmk -pdf paper.tex
- cd test && latexmk -pdf pruebaOtrodir.tex && cd ..
artifacts:
paths:
- paper.pdf
- test/pruebaOtrodir.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment