-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (25 loc) · 878 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
dist: trusty
language: tex
sudo: false
install:
- cp -n texlive* /tmp/
- source /tmp/texlive_install.sh
- tlmgr install koma-script etoolbox logreq biblatex-apa csquotes siunitx oberdiek tocloft abstract pdfpages enumitem psnfss ms caption ec l3kernel l3packages zapfding symbol helvetic textpos glossaries xkeyval mfirstuc textcase xfor datatool substr fp tracklang
cache:
directories:
- /tmp/texlive
- $HOME/.texlive
script:
- pdflatex -interaction=nonstopmode -halt-on-error Machbarkeitsstudie.tex
- biber Machbarkeitsstudie.bcf
- makeglossaries Machbarkeitsstudie
- pdflatex -interaction=nonstopmode -halt-on-error Machbarkeitsstudie.tex
- pdflatex -interaction=nonstopmode -halt-on-error Machbarkeitsstudie.tex
deploy:
provider: releases
api_key: $GIT_AUTH
file:
- "Machbarkeitsstudie.pdf"
skip_cleanup: true
on:
tags: true