forked from HydraCG/Specifications
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (23 loc) · 703 Bytes
/
.travis.yml
File metadata and controls
23 lines (23 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dist: trusty
addons:
apt:
packages:
# Install LaTeX (for architecture diagram)
- texlive-latex-base
- texlive-fonts-recommended
- texlive-latex-extra
- texlive-fonts-extra
- texlive-latex-recommended
- texlive-extra-utils
- latex-xcolor
- pgf
script:
# Build architecture diagram
- pushd drafts/diagram
- pdflatex -interaction=nonstopmode -halt-on-error hydra-architecture-diagram.tex
- latex -interaction=nonstopmode -halt-on-error hydra-architecture-diagram.tex
- dvisvgm --no-fonts hydra-architecture-diagram.dvi hydra-architecture-diagram.svg
- popd
after_success:
# Update gh-pages branch
- ./.travis_update_ghpages.sh