xref: /third_party/mbedtls/.travis.yml
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mbedtls/
1a8e1175bSopenharmony_ci# Declare python as our language. This way we get our chosen Python version,
2a8e1175bSopenharmony_ci# and pip is available. Gcc and clang are available anyway.
3a8e1175bSopenharmony_cidist: jammy
4a8e1175bSopenharmony_cios: linux
5a8e1175bSopenharmony_cilanguage: python
6a8e1175bSopenharmony_cipython: 3.10
7a8e1175bSopenharmony_ci
8a8e1175bSopenharmony_cicache: ccache
9a8e1175bSopenharmony_ci
10a8e1175bSopenharmony_cibranches:
11a8e1175bSopenharmony_ci  only:
12a8e1175bSopenharmony_ci    coverity_scan
13a8e1175bSopenharmony_ci
14a8e1175bSopenharmony_ciinstall:
15a8e1175bSopenharmony_ci  - $PYTHON scripts/min_requirements.py
16a8e1175bSopenharmony_ci
17a8e1175bSopenharmony_cienv:
18a8e1175bSopenharmony_ci  global:
19a8e1175bSopenharmony_ci    - SEED=1
20a8e1175bSopenharmony_ci    - secure: "GF/Fde5fkm15T/RNykrjrPV5Uh1KJ70cP308igL6Xkk3eJmqkkmWCe9JqRH12J3TeWw2fu9PYPHt6iFSg6jasgqysfUyg+W03knRT5QNn3h5eHgt36cQJiJr6t3whPrRaiM6U9omE0evm+c0cAwlkA3GGSMw8Z+na4EnKI6OFCo="
21a8e1175bSopenharmony_ciaddons:
22a8e1175bSopenharmony_ci  coverity_scan:
23a8e1175bSopenharmony_ci    project:
24a8e1175bSopenharmony_ci      name: "ARMmbed/mbedtls"
25a8e1175bSopenharmony_ci    notification_email: support-mbedtls@arm.com
26a8e1175bSopenharmony_ci    build_command_prepend:
27a8e1175bSopenharmony_ci    build_command: make
28a8e1175bSopenharmony_ci    branch_pattern: coverity_scan
29

Indexes created Thu Nov 07 10:32:03 CST 2024