blob: c3580b8f9576c7b4e16a0586f58d1deba4fe2b3c [file] [log] [blame]
Paul Bakker3ad3aa32014-04-17 16:16:05 +02001language: c
Gilles Peskinec9cdd212020-04-21 22:13:43 +02002compiler: gcc
Manuel Pégourié-Gonnardc84d7fb2015-08-04 15:59:34 +02003sudo: false
Manuel Pégourié-Gonnard2c998002015-08-04 18:06:02 +02004cache: ccache
Simon Butcher3459c742018-11-22 10:14:03 +00005
Gilles Peskined0f543a2020-04-21 22:18:58 +02006jobs:
7 include:
8 - name: basic checks
Gilles Peskineb49a4572020-04-23 23:45:55 +02009 addons:
10 apt:
11 packages:
12 - doxygen
13 - graphviz
Gilles Peskinea38f3682020-04-25 21:15:07 +020014 language: python # Needed to get pip for Python 3
15 python: 3.5 # version from Ubuntu 16.04
16 install:
17 - pip install pylint==2.4.4
Gilles Peskined0f543a2020-04-21 22:18:58 +020018 script:
Gilles Peskine3c7ffd72020-04-21 22:23:35 +020019 - tests/scripts/all.sh -k 'check_*'
Gilles Peskinea2d3ec22020-04-25 21:31:04 +020020 - tests/scripts/all.sh -k test_default_out_of_box
Gilles Peskined0f543a2020-04-21 22:18:58 +020021
Gilles Peskinea2d3ec22020-04-25 21:31:04 +020022 - name: full configuration
Gilles Peskinedc566752020-04-23 23:32:52 +020023 addons:
24 apt:
25 packages:
26 - gnutls-bin
Gilles Peskined0f543a2020-04-21 22:18:58 +020027 script:
Gilles Peskinea2d3ec22020-04-25 21:31:04 +020028 - tests/scripts/all.sh -k test_full_cmake_gcc_asan
Gilles Peskined0f543a2020-04-21 22:18:58 +020029
30 - name: enumerated configurations
31 script:
32 - tests/scripts/test-ref-configs.pl
33 - tests/scripts/curves.pl
34 - tests/scripts/key-exchanges.pl
35
Janos Follath831a65f2016-03-21 09:22:58 +000036after_failure:
Simon Butcher6eaf3652016-04-10 15:11:27 +010037- tests/scripts/travis-log-failure.sh
Gilles Peskined0f543a2020-04-21 22:18:58 +020038
Paul Bakker05c37742014-05-02 16:19:04 +020039env:
40 global:
Manuel Pégourié-Gonnardc8530df2019-02-27 10:46:56 +010041 - SEED=1
Vikas Katariya0eb2d9d2019-09-10 17:22:52 +010042 - secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
Paul Bakker05c37742014-05-02 16:19:04 +020043
44addons:
45 coverity_scan:
46 project:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020047 name: "ARMmbed/mbedtls"
Vikas Katariya2bcf51a2019-09-10 17:36:23 +010048 notification_email: support-mbedtls@arm.com
Paul Bakker05c37742014-05-02 16:19:04 +020049 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020050 build_command: make
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020051 branch_pattern: coverity_scan