semi_mirror/.travis.yml

19 lines
601 B
YAML
Raw Permalink Normal View History

2014-10-18 21:00:44 +02:00
env:
2014-10-18 21:05:14 +02:00
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"
2014-10-18 21:00:44 +02:00
install:
2014-10-18 21:05:14 +02:00
- sudo apt-get update -qq
2014-10-18 21:14:44 +02:00
- sudo apt-get install -y texlive texlive-latex-extra texlive-generic-extra texlive-xetex texlive-lang-german fonts-linuxlibertine texlive-bibtex-extra biblatex
2014-10-18 21:00:44 +02:00
script:
2014-10-18 21:09:07 +02:00
- xelatex -interaction=nonstopmode semi_main.tex
2014-10-18 21:12:10 +02:00
- xelatex -interaction=nonstopmode semi_main.tex
2014-10-18 22:58:47 +02:00
after_script:
2014-10-18 22:59:32 +02:00
- echo "Semi" | mutt -a "semi_main.pdf" -s "semi" -- vale981@gmx.de