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 650e987 commit e38ffa7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,24 @@ install:

environment:
matrix:
- R_VERSION: 4.4.1
- 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)
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/RCurl_1.98-1.14.zip',type='source',repos=NULL)
- Rscript -e install.packages('https://cloud.r-project.org/bin/windows/contrib/4.2/bitops_1.0.7.zip',type='source',repos=NULL)
- travis-tool.sh install_bioc_deps
- travis-tool.sh install_deps
- travis-tool.sh install_bioc GENESIS
- travis-tool.sh install_github xihaoli/STAAR

test_script:
Expand Down

0 comments on commit e38ffa7

Please sign in to comment.