dissertation-4-dissertation/.travis.yml

12 lines
331 B
YAML
Raw Normal View History

2014-07-06 12:11:32 +01:00
before_install:
2014-07-06 15:33:19 +01:00
- sudo apt-get update
2014-07-06 12:11:32 +01:00
install:
- sudo apt-get install ghostscript
- curl -L https://github.com/holgern/travis-texlive/releases/download/2017-09-18_02/texlive.tar.xz | tar -JxC ~
- PATH=$HOME/texlive/bin/x86_64-linux:$PATH
2014-07-06 12:11:32 +01:00
script:
2014-07-06 15:33:19 +01:00
- make clean
- make BUILD_STRATEGY=latex
- make clean
- make