latex-packages/.travis.yml
Maximilian Keßler 386e3f0e02 add travis
2021-10-07 20:08:53 +02:00

31 lines
494 B
YAML

sudo: true
dist: bionic
language: python
cache: apt
addons:
apt:
packages:
- wget
- tree
- latexmk
- biber
- make
install:
- pip install GitPython
script:
- make build
- cd build
- tree -H '.' -I "index.html" -D --charset utf-8 -T "LatexPackages" > index.html
deploy:
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: build/
keep-history: false
on:
branch: master