blob: 12e8b049d7a689b0ad6dd64e9c510c1e38954490 [file] [log] [blame]
Marc Kupietz16e66c32024-01-28 13:31:25 +01001include:
Marc Kupietz8a3402d2024-01-28 14:14:37 +01002 - local: ci/install-rkorapclient-ci.yml
Marc Kupietz810bc192024-01-25 15:07:51 +01003
4build-rkorapclient-on-stable:
Marc Kupietz16e66c32024-01-28 13:31:25 +01005 extends: .install-rkorapclient
Marc Kupietz5057f502025-04-06 16:55:57 +02006 image: rocker/tidyverse
Marc Kupietz810bc192024-01-25 15:07:51 +01007 cache:
8 key: rkorapclient-ubuntu-stable
9 paths:
10 - apt-cache/
11 - ccache/
12 - rlib/
Marc Kupietz03f22252025-04-06 16:14:50 +020013 script:
14 - start_section testing "Testing RKorAPClient"
Marc Kupietz5057f502025-04-06 16:55:57 +020015 - echo -e "apt-cache\nccache\nrlib" >> .Rbuildignore
16 - R -q -e "devtools::check(args = c('--no-examples'))"
17 - R -q -e 'devtools::test()'
Marc Kupietz03f22252025-04-06 16:14:50 +020018 - end_section testing
Marc Kupietz810bc192024-01-25 15:07:51 +010019