-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.travis.yml
45 lines (45 loc) · 1.75 KB
/
.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
41
42
43
44
45
sudo: false
addons:
apt:
packages:
- texlive-fonts-recommended
- texlive-latex-extra
- texlive-fonts-extra
- dvipng
- texlive-latex-recommended
- texlive-generic-recommended
- texlive-lang-european
- texlive-font-utils
- texlive-humanities
- latex-beamer
- lmodern
- latexmk
- python-pygments
- graphviz
before_script:
- "wget https://github.com/gpoore/minted/releases/download/v2.1/minted-2.1.zip"
- "unzip -j minted-2.1.zip minted-2.1/minted.sty -d ."
- "unzip -j minted-2.1.zip minted-2.1/minted.sty -d cheatsheet"
- "unzip -j minted-2.1.zip minted-2.1/minted.sty -d installatieinstructies"
script:
- make diagrams
- make main.pdf
- make main.pdf
- cd cheatsheet
- make cheatsheet.pdf
- make cheatsheet.pdf
- cd ..
- cd installatieinstructies
- make
deploy:
provider: releases
api_key:
secure: "Mfb6hIn5IFrNxjt77dZrRpqirL2eUcHdwAdVZ44ObhSa2eD57/wEUj2FFVVLKkdpNeHi3Pf2Mw8S3dT8dXV2AN2hvho5lQoyNMC5MrXrJjfTNwzU8/0yq13YeMvzGDiCg/1cF6o3C/mq/lpQgIY7hh/LXLmOHz6MbD2qTYE8+BfuRx2+oflr6MEH5zZe0AirQD/4nZLAH7b4yyAuGxb/CI4qWgK0v+wSpkXUPvPfa9hCIesA0se88REbCksWLcWUKiFpZ3v2v1vYuJX08V8GQrUZS48gq+DcRjI3QBuD0LpzCxciR1ri+MUlCLJe+qlWiaPrQx1rIUlNFpN9kjMiTsu9mXezGHilSDzshGh7/I0rCNZ5gjeh4s23TeZcPi2XuGG0h2RzaajmHw69x/os0Hp3ybK4JHFcbFaRdz3kAD6c5XNKRj66VXAIO69v34z5YQvXkFZ/PV6Kig7rdlqYCy1b2ntF5OVm06Zr/4S1aK4p5VwhXKfbHfJbFAIW68na4fX4P0RvKBqXYzGaSO+SGPD9P4m3U0C0xL0hnUYzrJYtpTYC97fji5M/BuQF7mead6dSCxezIpilciBwohn8Bf37r9p7MaWyqMrenqw9eWnCZhEV2sDhpxjCt8X+eV4B5NwE39RYjzb+rBlhJyjBii5Xq78u1ikK99RPSzM581A="
file:
- main.pdf
- cheatsheet/cheatsheet.pdf
- installatieinstructies/Installatieinstructies-Git.pdf
- voorbeelden/basis/simpelscript.sh
skip_cleanup: true
on:
tags: true