mirror of
https://github.com/vale981/semi_mirror
synced 2025-03-05 09:21:40 -05:00
travis
This commit is contained in:
parent
cdce983151
commit
a1182a3db3
1 changed files with 9 additions and 2 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,7 +1,14 @@
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
- TERM=dumb
|
||||||
|
- GIT_AUTHOR_NAME="Valentin Boettcher"
|
||||||
|
- GIT_AUTHOR_EMAIL="vale981@gmx.de""
|
||||||
|
- GIT_COMMITTER_NAME="Valentin Boettcher"
|
||||||
|
- GIT_COMMITTER_EMAIL="vale981@gmx.de"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install texlive texlive-latex-extra texlive-generic-extra texlive-xetex texlive-lang-german fonts-linuxlibertine texlive-bibtex-extra
|
- sudo apt-get install -y texlive texlive-latex-extra texlive-generic-extra texlive-xetex texlive-lang-german fonts-linuxlibertine texlive-bibtex-extra
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- xelatex -interaction=nonstopmode main.tex
|
- xelatex -interaction=nonstopmode main.tex
|
||||||
|
|
Loading…
Add table
Reference in a new issue