mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 20:46:12 +01:00
appveyor update
This commit is contained in:
parent
74a7f4453b
commit
27c60938cd
@ -4,11 +4,10 @@
|
|||||||
|
|
||||||
# how the Docker+R images work: https://hub.docker.com/r/rocker/r-ver/
|
# how the Docker+R images work: https://hub.docker.com/r/rocker/r-ver/
|
||||||
|
|
||||||
variables:
|
|
||||||
WARNINGS_ARE_ERRORS: 0
|
|
||||||
|
|
||||||
R 3:
|
R 3:
|
||||||
image: rocker/r-ver:3 # test on R v3.*.*
|
image: rocker/r-ver:3 # test on R v3.*.*
|
||||||
|
variables:
|
||||||
|
- WARNINGS_ARE_ERRORS: 0
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
# install dependencies for package
|
# install dependencies for package
|
||||||
|
@ -36,7 +36,7 @@ on_failure:
|
|||||||
- appveyor PushArtifact failure.zip
|
- appveyor PushArtifact failure.zip
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
- Rscript -e 'covr::codecov(coverage = covr::package_coverage(), token = "50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca")'
|
- Rscript -e "library(covr); codecov(token = '50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca')"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '*.Rcheck\**\*.log'
|
- path: '*.Rcheck\**\*.log'
|
||||||
|
Loading…
Reference in New Issue
Block a user