forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
55 lines (45 loc) · 924 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
46
47
48
49
50
51
52
53
54
55
# 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
- devel
matrix:
exclude:
- r: devel
os: osx
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
homebrew:
packages:
- libgit2
#bioc_packages:
# - GenomeInfoDbData
# - DESeq2
# - MAST
# - S4Vectors
# - SummarizedExperiment
# - SingleCellExperiment
r_github_packages:
- mojaveazure/loomR
warnings_are_errors: false