-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
46 lines (39 loc) · 914 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
34
35
36
37
38
39
40
41
42
43
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: r
r: release
sudo: required
cache: packages
bioc_packages: ggtree
script:
- Rscript install_texlive.R
- R CMD build . --compact-vignettes=gs+qpdf
r_binary_packages:
- plyr
- tidyr
- stringr
os:
- osx
- linux
addons:
apt:
update: true
sources:
- sourceline: 'ppa:opencpu/imagemagick'
- sourceline: 'ppa:ubuntugis/ppa'
packages:
- libmagick++-dev
- librsvg2-dev
- libwebp-dev
- libpoppler-cpp-dev
- libtesseract-dev
- libleptonica-dev
- tesseract-ocr-eng
- r-cran-rgdal
- libfftw3-dev
- cargo
- libgs-dev
- qpdf
- ghostscript
before_install:
# - if [[ "$OSTYPE" != "linux-gnu" ]]; then sudo tlmgr install framed titling latexmk; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ghostscript; fi;