Skip to content
Snippets Groups Projects
Commit a280ce01 authored by Luke Zappia's avatar Luke Zappia
Browse files

Merge branch 'ci'

* ci:
  Tell Appveyor to install GenomeInfoDbData from GH
  Install GenomeInfoDbData on Appveyor
  Install GenomeInfoDB on appveyor
  Tell Appveyor to install devtools
  Update Travis dist to xenial
  Switch appveyor to R release
parents 99c8b9ac faaec900
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,15 @@ r:
sudo: false
cache: packages
# dependency for gsl>copula>zinbwave
dist: xenial
addons:
apt:
packages:
- libgsl-dev
- libgsl-dev # dependency for gsl>copula>zinbwave
install:
- R -e 'install.packages("devtools")'
- R -e 'devtools::install(dependencies = TRUE, upgrade_dependencies = TRUE)'
#install:
# - R -e 'install.packages("devtools")'
# - R -e 'devtools::install(dependencies = TRUE, upgrade_dependencies = TRUE)'
after_success:
- Rscript -e 'covr::codecov()'
......
......@@ -10,17 +10,22 @@ init:
install:
ps: Bootstrap
# Adapt as necessary starting from here
cache:
- C:\RLibrary
environment:
matrix:
- R_VERSION: devel
# - R_VERSION: release
USE_RTOOLS: true
NOT_CRAN: true
# env vars that may need to be set, at least temporarily, from time to time
# see https://github.com/krlmlr/r-appveyor#readme for details
USE_RTOOLS: true
# R_REMOTES_STANDALONE: true
# Adapt as necessary starting from here
build_script:
- travis-tool.sh install_r devtools
- travis-tool.sh install_github Bioconductor/GenomeInfoDbData
- travis-tool.sh install_bioc_deps
- travis-tool.sh install_bioc GenomeInfoDb DelayedArray BASiCS
test_script:
- travis-tool.sh run_tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment