Marc Kupietz | 2c2345b | 2024-01-28 14:25:25 +0100 | [diff] [blame] | 1 | include: |
| 2 | local: ci/install-rkorapclient-ci.yml |
| 3 | |
Marc Kupietz | b3908d0 | 2024-05-31 13:01:04 +0200 | [diff] [blame^] | 4 | test-korapclient-on-latest: |
Marc Kupietz | 2c2345b | 2024-01-28 14:25:25 +0100 | [diff] [blame] | 5 | extends: .install-rkorapclient |
| 6 | image: ubuntu:latest |
| 7 | cache: |
| 8 | key: rkorapclient-ubuntu-stable |
| 9 | paths: |
| 10 | - apt-cache/ |
| 11 | - ccache/ |
| 12 | - rlib/ |
| 13 | script: |
Marc Kupietz | b3908d0 | 2024-05-31 13:01:04 +0200 | [diff] [blame^] | 14 | - mkdir -p ~/.config/pip |
| 15 | - echo -e "[global]\nbreak-system-packages = true" >> ~/.config/pip/pip.conf |
Marc Kupietz | 2c2345b | 2024-01-28 14:25:25 +0100 | [diff] [blame] | 16 | - python3 -m pip install . |
| 17 | - python3 -m pytest -v |
| 18 | |