forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
45 lines (36 loc) · 811 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
44
45
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: r
sudo: required
cache: packages
os:
- linux
- osx
r: release
env:
global:
- _R_CHECK_FORCE_SUGGESTS_=FALSE
- ASAN="-fsanitize=address -fno-omit-frame-pointer"
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- HDF5_VERSION=1.8.17
- HDF5_RELEASE_URL="https://support.hdfgroup.org/ftp/HDF5/releases"
before_install:
- chmod +x travis_setup.sh
- ./travis_setup.sh
addons:
apt:
packages:
- subversion
- autoconf
- build-essential
- libtool
- libmagick++-dev
bioc_packages:
- GenomeInfoDbData
- DESeq2
- MAST
- S4Vectors
- SummarizedExperiment
- SingleCellExperiment
r_github_packages:
- mojaveazure/loomR
warnings_are_errors: false