blob: 12e8b049d7a689b0ad6dd64e9c510c1e38954490 [file] [log] [blame]
include:
- local: ci/install-rkorapclient-ci.yml
build-rkorapclient-on-stable:
extends: .install-rkorapclient
image: rocker/tidyverse
cache:
key: rkorapclient-ubuntu-stable
paths:
- apt-cache/
- ccache/
- rlib/
script:
- start_section testing "Testing RKorAPClient"
- echo -e "apt-cache\nccache\nrlib" >> .Rbuildignore
- R -q -e "devtools::check(args = c('--no-examples'))"
- R -q -e 'devtools::test()'
- end_section testing