Skip to content

Commit

Permalink
try to enable bioc support on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nuest committed Jul 17, 2019
1 parent 78c8f5e commit 69988f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A good summary of what the package does can be found in this [o2r project blog p

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Build Status](https://travis-ci.org/o2r-project/containerit.svg?branch=master)](https://travis-ci.org/o2r-project/containerit)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/nuest/containeRit?branch=master&svg=true)](https://ci.appveyor.com/project/nuest/containeRit)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/containerit-rrvpq/containerit?branch=master&svg=true)](https://ci.appveyor.com/project/containerit-rrvpq/containeRit)
[![](http://www.r-pkg.org/badges/version/containerit)](http://www.r-pkg.org/pkg/containerit)

![containerit logo](inst/logo.png)
Expand Down
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ init:
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
branches:
only:
- master
- dev

install:
ps: Bootstrap
- ps: Bootstrap

cache:
- C:\RLibrary
Expand All @@ -23,6 +28,7 @@ environment:
# Adapt as necessary starting from here

build_script:
- travis-tool.sh install_bioc BiocGenerics
- travis-tool.sh install_deps

test_script:
Expand Down

0 comments on commit 69988f7

Please sign in to comment.