blob: d020394195e16ea4a97a1a5483401c316128f9f2 [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 Elliott645a5412023-09-22 17:46:35 +01003distro: xenial
4os: linux
Gilles Peskined80cf542021-11-17 21:13:01 +01005language: python
6python: 3.5
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 Bakker05c37742014-05-02 16:19:04 +020014env:
15 global:
Manuel Pégourié-Gonnardc8530df2019-02-27 10:46:56 +010016 - SEED=1
Paul Elliott240240d2023-08-30 17:59:42 +010017 - secure: "GF/Fde5fkm15T/RNykrjrPV5Uh1KJ70cP308igL6Xkk3eJmqkkmWCe9JqRH12J3TeWw2fu9PYPHt6iFSg6jasgqysfUyg+W03knRT5QNn3h5eHgt36cQJiJr6t3whPrRaiM6U9omE0evm+c0cAwlkA3GGSMw8Z+na4EnKI6OFCo="
Paul Bakker05c37742014-05-02 16:19:04 +020018addons:
19 coverity_scan:
20 project:
Paul Elliott63d3deb2022-05-06 14:06:09 +010021 name: "ARMmbed/mbedtls"
Vikas Katariya2bcf51a2019-09-10 17:36:23 +010022 notification_email: support-mbedtls@arm.com
Paul Bakker05c37742014-05-02 16:19:04 +020023 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020024 build_command: make
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020025 branch_pattern: coverity_scan