Marc Kupietz | 16e66c3 | 2024-01-28 13:31:25 +0100 | [diff] [blame] | 1 | include: |
Marc Kupietz | 8a3402d | 2024-01-28 14:14:37 +0100 | [diff] [blame] | 2 | - local: ci/install-rkorapclient-ci.yml |
Marc Kupietz | 810bc19 | 2024-01-25 15:07:51 +0100 | [diff] [blame] | 3 | |
| 4 | build-rkorapclient-on-stable: |
Marc Kupietz | 16e66c3 | 2024-01-28 13:31:25 +0100 | [diff] [blame] | 5 | extends: .install-rkorapclient |
Marc Kupietz | 5057f50 | 2025-04-06 16:55:57 +0200 | [diff] [blame^] | 6 | image: rocker/tidyverse |
Marc Kupietz | 810bc19 | 2024-01-25 15:07:51 +0100 | [diff] [blame] | 7 | cache: |
| 8 | key: rkorapclient-ubuntu-stable |
| 9 | paths: |
| 10 | - apt-cache/ |
| 11 | - ccache/ |
| 12 | - rlib/ |
Marc Kupietz | 03f2225 | 2025-04-06 16:14:50 +0200 | [diff] [blame] | 13 | script: |
| 14 | - start_section testing "Testing RKorAPClient" |
Marc Kupietz | 5057f50 | 2025-04-06 16:55:57 +0200 | [diff] [blame^] | 15 | - echo -e "apt-cache\nccache\nrlib" >> .Rbuildignore |
| 16 | - R -q -e "devtools::check(args = c('--no-examples'))" |
| 17 | - R -q -e 'devtools::test()' |
Marc Kupietz | 03f2225 | 2025-04-06 16:14:50 +0200 | [diff] [blame] | 18 | - end_section testing |
Marc Kupietz | 810bc19 | 2024-01-25 15:07:51 +0100 | [diff] [blame] | 19 | |