blob: 3b4132e0564e243352e04b0a2aba7e064c1260a0 [file] [log] [blame]
Gilles Peskined80cf542021-11-17 21:13:01 +01001# 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 Elliottd2dbd772023-09-23 20:39:02 +01003dist: jammy
Paul Elliott645a5412023-09-22 17:46:35 +01004os: linux
Gilles Peskined80cf542021-11-17 21:13:01 +01005language: python
Paul Elliottd2dbd772023-09-23 20:39:02 +01006python: 3.10
Paul Elliott645a5412023-09-22 17:46:35 +01007
Manuel Pégourié-Gonnard2c998002015-08-04 18:06:02 +02008cache: ccache
Simon Butcher3459c742018-11-22 10:14:03 +00009
Paul Elliott645a5412023-09-22 17:46:35 +010010branches:
11 only:
12 coverity_scan
Gilles Peskined0f543a2020-04-21 22:18:58 +020013
Paul Elliottd2dbd772023-09-23 20:39:02 +010014install:
15 - $PYTHON scripts/min_requirements.py
16
Paul Bakker05c37742014-05-02 16:19:04 +020017env:
18 global:
Manuel Pégourié-Gonnardc8530df2019-02-27 10:46:56 +010019 - SEED=1
Paul Elliott240240d2023-08-30 17:59:42 +010020 - secure: "GF/Fde5fkm15T/RNykrjrPV5Uh1KJ70cP308igL6Xkk3eJmqkkmWCe9JqRH12J3TeWw2fu9PYPHt6iFSg6jasgqysfUyg+W03knRT5QNn3h5eHgt36cQJiJr6t3whPrRaiM6U9omE0evm+c0cAwlkA3GGSMw8Z+na4EnKI6OFCo="
Paul Bakker05c37742014-05-02 16:19:04 +020021addons:
22 coverity_scan:
23 project:
Paul Elliott63d3deb2022-05-06 14:06:09 +010024 name: "ARMmbed/mbedtls"
Vikas Katariya2bcf51a2019-09-10 17:36:23 +010025 notification_email: support-mbedtls@arm.com
Paul Bakker05c37742014-05-02 16:19:04 +020026 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020027 build_command: make
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020028 branch_pattern: coverity_scan