Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Aug 10, 2024
1 parent e24db3e commit 35010c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ environment:
- R_VERSION: 4.2.3
R_ARCH: x64
BIOC_USE_DEVEL: FALSE
USE_RTOOLS: TRUE
PKGTYPE: binary

branches:
only:
- main

build_script:
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/Matrix_1.6-5.zip',type='source',repos=NULL)
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/nloptr_2.0.3.zip',type='source',repos=NULL)
- travis-tool.sh install_bioc_deps
- travis-tool.sh install_deps
- travis-tool.sh install_bioc GENESIS
Expand Down

0 comments on commit 35010c2

Please sign in to comment.