init
This commit is contained in:
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
dist: bionic
|
||||
language: minimal
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- texlive-fonts-recommended
|
||||
- texlive-latex-extra
|
||||
- texlive-fonts-extra
|
||||
- dvipng
|
||||
- texlive-latex-recommended
|
||||
before_script:
|
||||
- cd src
|
||||
script:
|
||||
- make
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_KEY
|
||||
file:
|
||||
- pdf/thesis.pdf
|
||||
skip_cleanup: true
|
||||
Reference in New Issue
Block a user