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
|
|
|
|
- sudo apt-get install -y texlive texlive-latex-extra texlive-generic-extra texlive-xetex texlive-lang-german fonts-linuxlibertine texlive-bibtex-extra
|
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
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
provider: releases
|
|
|
|
user: "vale981"
|
|
|
|
password: "valentin981"
|
|
|
|
file: "semi_main.tex"
|
|
|
|
skip_cleanup: true
|
|
|
|
on:
|
|
|
|
tags: true
|
|
|
|
all_branches: true
|