Skip to content

Commit

Permalink
Add appveyor and some fixes for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
romantseg committed May 4, 2016
1 parent af5b6bf commit 1eb2e3d
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 5,676 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ script:
- make test

after_success:
- Rscript -e 'covr::codecov()'
- Rscript -e 'covr::codecov()'

notifications:
slack: just-r:TYxSFBXA2smeu7iGbLQT9SKT
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Suggests:
covr,
parallel,
knitr,
rmarkdown
rmarkdown,
roxygen2
LazyData: TRUE
RoxygenNote: 5.0.1
VignetteBuilder: knitr
40 changes: 40 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# DO NOT CHANGE the "init" and "install" sections below

# 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'
install:
ps: Bootstrap

build_script:
- travis-tool.sh install_deps

test_script:
- make build
- make install
- make test

on_failure:
- travis-tool.sh dump_logs

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
12 changes: 0 additions & 12 deletions man/hello.Rd

This file was deleted.

2,546 changes: 0 additions & 2,546 deletions tests/testthat/capture/capture.0

Large diffs are not rendered by default.

Loading

0 comments on commit 1eb2e3d

Please sign in to comment.