-
Notifications
You must be signed in to change notification settings - Fork 9
/
.travis.yml
40 lines (38 loc) · 1005 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
30
31
32
33
34
35
36
37
38
39
40
sudo: required
dist: trusty
before_install:
- pushd ~
- mkdir -p ~/texmf/tex/latex/qrcode
- wget --no-check-certificate -O ~/texmf/tex/latex/qrcode/qrcode.ins http://mirrors.ctan.org/macros/latex/contrib/qrcode/qrcode.ins
- wget --no-check-certificate -O ~/texmf/tex/latex/qrcode/qrcode.dtx http://mirrors.ctan.org/macros/latex/contrib/qrcode/qrcode.dtx
- cd ~/texmf/tex/latex/qrcode
- latex qrcode.ins
- mktexlsr ~/texmf
- popd
addons:
apt:
packages:
- texlive-fonts-recommended
- texlive-latex-extra
- texlive-fonts-extra
- dvipng
- texlive-latex-recommended
- texlive-lang-german
- texlive-science
- pdftk
- ghostscript
- latex-xcolor
script:
- make web
- make druckzusammen
- make fast
# make archive is not tested due to copyright restrictions on the MathPhys stationery
deploy:
provider: releases
api_key:
secure: [YOUR KEY]
file:
- vorschau_inhalt.pdf
skip_cleanup: true
on:
tags: true