Gilles Peskine | d80cf54 | 2021-11-17 21:13:01 +0100 | [diff] [blame] | 1 | # Declare python as our language. This way we get our chosen Python version, |
| 2 | # and pip is available. Gcc and clang are available anyway. |
Paul Elliott | d2dbd77 | 2023-09-23 20:39:02 +0100 | [diff] [blame] | 3 | dist: jammy |
Paul Elliott | 645a541 | 2023-09-22 17:46:35 +0100 | [diff] [blame] | 4 | os: linux |
Gilles Peskine | d80cf54 | 2021-11-17 21:13:01 +0100 | [diff] [blame] | 5 | language: python |
Paul Elliott | d2dbd77 | 2023-09-23 20:39:02 +0100 | [diff] [blame] | 6 | python: 3.10 |
Paul Elliott | 645a541 | 2023-09-22 17:46:35 +0100 | [diff] [blame] | 7 | |
Manuel Pégourié-Gonnard | 2c99800 | 2015-08-04 18:06:02 +0200 | [diff] [blame] | 8 | cache: ccache |
Simon Butcher | 3459c74 | 2018-11-22 10:14:03 +0000 | [diff] [blame] | 9 | |
Paul Elliott | 645a541 | 2023-09-22 17:46:35 +0100 | [diff] [blame] | 10 | branches: |
| 11 | only: |
| 12 | coverity_scan |
Gilles Peskine | d0f543a | 2020-04-21 22:18:58 +0200 | [diff] [blame] | 13 | |
Paul Elliott | d2dbd77 | 2023-09-23 20:39:02 +0100 | [diff] [blame] | 14 | install: |
| 15 | - $PYTHON scripts/min_requirements.py |
| 16 | |
Paul Bakker | 05c3774 | 2014-05-02 16:19:04 +0200 | [diff] [blame] | 17 | env: |
| 18 | global: |
Manuel Pégourié-Gonnard | c8530df | 2019-02-27 10:46:56 +0100 | [diff] [blame] | 19 | - SEED=1 |
Paul Elliott | 240240d | 2023-08-30 17:59:42 +0100 | [diff] [blame] | 20 | - secure: "GF/Fde5fkm15T/RNykrjrPV5Uh1KJ70cP308igL6Xkk3eJmqkkmWCe9JqRH12J3TeWw2fu9PYPHt6iFSg6jasgqysfUyg+W03knRT5QNn3h5eHgt36cQJiJr6t3whPrRaiM6U9omE0evm+c0cAwlkA3GGSMw8Z+na4EnKI6OFCo=" |
Paul Bakker | 05c3774 | 2014-05-02 16:19:04 +0200 | [diff] [blame] | 21 | addons: |
| 22 | coverity_scan: |
| 23 | project: |
Paul Elliott | 63d3deb | 2022-05-06 14:06:09 +0100 | [diff] [blame] | 24 | name: "ARMmbed/mbedtls" |
Vikas Katariya | 2bcf51a | 2019-09-10 17:36:23 +0100 | [diff] [blame] | 25 | notification_email: support-mbedtls@arm.com |
Paul Bakker | 05c3774 | 2014-05-02 16:19:04 +0200 | [diff] [blame] | 26 | build_command_prepend: |
Paul Bakker | 05c3774 | 2014-05-02 16:19:04 +0200 | [diff] [blame] | 27 | build_command: make |
Paul Bakker | db34e6d | 2015-04-14 14:59:47 +0200 | [diff] [blame] | 28 | branch_pattern: coverity_scan |