forked from insertinterestingnamehere/numerical_computing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (28 loc) · 966 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: python
python:
- 2.7
env:
- PATH: /opt/texbin:/usr/local/texlive/2014/bin/x86_64-linux:$PATH
before_install:
- python travis_pre.py
install:
- cd ../
- wget -c http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
- mkdir texlive
- tar -zxf install-tl-unx.tar.gz -C ./texlive --strip-components=1
- cd texlive
- cp $TRAVIS_BUILD_DIR/.nmc.profile ./nmc.profile
- sudo ./install-tl -profile nmc.profile
- sudo /usr/local/texlive/2014/bin/x86_64-linux/tlmgr update --self
- sudo /usr/local/texlive/2014/bin/x86_64-linux/tlmgr update --all
- sudo /usr/local/texlive/2014/bin/x86_64-linux/tlmgr install bbm
- sudo /usr/local/texlive/2014/bin/x86_64-linux/tlmgr install bbm-macros
- sudo /usr/local/texlive/2014/bin/x86_64-linux/texhash
- cd $TRAVIS_BUILD_DIR
script:
- pdflatex Vol1.tex
- pdflatex Vol2.tex
- pdflatex Vol3.tex
- pdflatex Vol4.tex
- pdflatex ExtraLabs.tex
- python travis_post.py