-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (24 loc) · 725 Bytes
/
.travis.yml
File metadata and controls
25 lines (24 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
os: linux
dist: bionic
language: ruby
before_install:
- sudo apt-get -qq update && sudo apt-get install -qq -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-science
#- tlmgr install index
#- sudo tlmgr init-usertree
#- tlmgr install --reinstall --repository https://www.komascript.de/repository/texlive/2020 koma-script\
install: skip
script:
- bash .ci/travis/make_all.sh
after_success:
- bash .ci/travis/zip_pdfs.sh
deploy:
provider: releases
token: "$GITHU8_API_KEY"
file_glob: true
file:
- "./notes/**/tutorial_*.slides.pdf"
- "./notes/**/tutorial_*.notes.pdf"
- "./tutorial_*.zip"
on:
branch: master
# edge: true