This repository has been archived on 2022-11-17. You can view files and clone it, but cannot push or open issues or pull requests.
dphil-thesis/.travis.yml

15 lines
471 B
YAML

before_install:
- sudo add-apt-repository -y ppa:texlive-backports/ppa
- sudo apt-get update
install:
- sudo apt-get install -y texlive-latex-base
- sudo apt-get install -y texlive-latex-recommended texlive-latex-extra
- sudo apt-get install -y texlive-science
- sudo apt-get install -y texlive-fonts-recommended texlive-fonts-extra
- sudo apt-get install -y psutils
script:
- make clean
- make BUILD_STRATEGY=latex
- make clean
- make