1
0

migrate work to latex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-12 03:10:32 +02:00
commit 8561ad3506
34 changed files with 10396 additions and 0 deletions

24
.travis.yml Normal file
View File

@@ -0,0 +1,24 @@
os: linux
dist: bionic
language: shell
addons:
apt:
packages:
- texlive-fonts-recommended
- texlive-latex-extra
- texlive-fonts-extra
- dvipng
- texlive-latex-recommended
- texlive-xetex
before_script:
- cd src
script:
- make
before_deploy:
- cd ..
deploy:
provider: releases
token: $GITHUB_KEY
file:
- pdf/thesis.pdf
skip_cleanup: true