Break Down the Walls of 'HTML' Tags into Usable Text
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

55 lines
1.0 KiB

# Download script file from GitHub
init:
ps: |
$ErrorActionPreference = "Stop"
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
environment:
global:
WARNINGS_ARE_ERRORS: 1
USE_RTOOLS: true
JAVA_HOME:
matrix:
- R_VERSION: devel
GCC_PATH: mingw_32
- R_VERSION: devel
R_ARCH: x64
GCC_PATH: mingw_64
- R_VERSION: release
R_ARCH: x64
- R_VERSION: oldrel
RTOOLS_VERSION: 32
CRAN: http://cran.rstudio.com
install:
ps: Bootstrap
build_script:
- travis-tool.sh install_github hrbrmstr/jerichojars
- travis-tool.sh install_deps
test_script:
- travis-tool.sh run_tests
artifacts:
- path: '*.Rcheck\**\*.log'
name: Logs
- path: '*.Rcheck\**\*.out'
name: Logs
- path: '*.Rcheck\**\*.fail'
name: Logs
- path: '*.Rcheck\**\*.Rout'
name: Logs
- path: '\*_*.tar.gz'
name: Bits
- path: '\*_*.zip'
name: Bits