2021-11-17 21:13:01 +01:00
|
|
|
# Declare python as our language. This way we get our chosen Python version,
|
|
|
|
# and pip is available. Gcc and clang are available anyway.
|
2023-09-23 21:39:02 +02:00
|
|
|
dist: jammy
|
2023-09-22 18:46:35 +02:00
|
|
|
os: linux
|
2021-11-17 21:13:01 +01:00
|
|
|
language: python
|
2023-09-23 21:39:02 +02:00
|
|
|
python: 3.10
|
2023-01-11 15:48:51 +01:00
|
|
|
|
2023-09-22 18:46:35 +02:00
|
|
|
cache: ccache
|
2023-03-31 09:03:55 +02:00
|
|
|
|
2023-09-22 18:46:35 +02:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
coverity_scan
|
2020-04-21 22:18:58 +02:00
|
|
|
|
2023-09-23 21:39:02 +02:00
|
|
|
install:
|
|
|
|
- $PYTHON scripts/min_requirements.py
|
|
|
|
|
2014-05-02 16:19:04 +02:00
|
|
|
env:
|
|
|
|
global:
|
2019-02-27 10:46:56 +01:00
|
|
|
- SEED=1
|
2023-08-30 18:59:42 +02:00
|
|
|
- secure: "GF/Fde5fkm15T/RNykrjrPV5Uh1KJ70cP308igL6Xkk3eJmqkkmWCe9JqRH12J3TeWw2fu9PYPHt6iFSg6jasgqysfUyg+W03knRT5QNn3h5eHgt36cQJiJr6t3whPrRaiM6U9omE0evm+c0cAwlkA3GGSMw8Z+na4EnKI6OFCo="
|
2014-05-02 16:19:04 +02:00
|
|
|
addons:
|
|
|
|
coverity_scan:
|
|
|
|
project:
|
2022-05-06 15:06:09 +02:00
|
|
|
name: "ARMmbed/mbedtls"
|
2019-09-10 18:36:23 +02:00
|
|
|
notification_email: support-mbedtls@arm.com
|
2014-05-02 16:19:04 +02:00
|
|
|
build_command_prepend:
|
|
|
|
build_command: make
|
2015-04-14 14:59:47 +02:00
|
|
|
branch_pattern: coverity_scan
|