mirror of
https://github.com/vale981/travis-ci-latex-pdf
synced 2025-03-04 17:01:39 -05:00
Add tex installation
This commit is contained in:
parent
9ec573ec3b
commit
213f38a312
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
before_install:
|
||||
- "sudo apt-get update && sudo apt-get install --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-latex-recommended dvipng"
|
||||
script:
|
||||
- mkdir _build
|
||||
- pdflatex -output-directory _build tex/your_file_1.tex
|
||||
|
@ -11,4 +13,4 @@ deploy:
|
|||
- _build/your_file_2.pdf
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
tags: true
|
||||
|
|
Loading…
Add table
Reference in a new issue