mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 18:46:11 +01:00
CI fixes
This commit is contained in:
parent
99323e704d
commit
f4d6e1dafe
@ -3,6 +3,7 @@
|
||||
image: rocker/r-base
|
||||
gitlab:
|
||||
script:
|
||||
- atp-get update
|
||||
- apt-get install --yes libssl-dev libcurl4-openssl-dev libxml2-dev
|
||||
- R -e "install.packages(c('backports', 'curl', 'crayon', 'data', 'dplyr', 'hms', 'knitr', 'rlang', 'rvest', 'tidyr', 'xml2', 'covr', 'ggplot2', 'rmarkdown', 'rstudioapi', 'testthat'))"
|
||||
- R CMD build . --no-build-vignettes --no-manual
|
||||
|
@ -36,7 +36,7 @@ on_failure:
|
||||
- appveyor PushArtifact failure.zip
|
||||
|
||||
on_success:
|
||||
- Rscript -e "covr::codecov()"
|
||||
- Rscript -e "covr::codecov(token = '50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca')"
|
||||
|
||||
artifacts:
|
||||
- path: '*.Rcheck\**\*.log'
|
||||
|
Loading…
Reference in New Issue
Block a user