blob: f9cedf0e31caba440cce7b95975d2abd7e4a0aba [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 Peskined0f543a2020-04-21 22:18:58 +020020
21 - name: default configuration
Gilles Peskinedc566752020-04-23 23:32:52 +020022 addons:
23 apt:
24 packages:
25 - gnutls-bin
Gilles Peskined0f543a2020-04-21 22:18:58 +020026 script:
Gilles Peskinedc566752020-04-23 23:32:52 +020027 - tests/scripts/all.sh -k test_default_cmake_gcc_asan
Gilles Peskined0f543a2020-04-21 22:18:58 +020028
29 - name: enumerated configurations
30 script:
31 - tests/scripts/test-ref-configs.pl
32 - tests/scripts/curves.pl
33 - tests/scripts/key-exchanges.pl
34
Janos Follath831a65f2016-03-21 09:22:58 +000035after_failure:
Simon Butcher6eaf3652016-04-10 15:11:27 +010036- tests/scripts/travis-log-failure.sh
Gilles Peskined0f543a2020-04-21 22:18:58 +020037
Paul Bakker05c37742014-05-02 16:19:04 +020038env:
39 global:
Manuel Pégourié-Gonnardc8530df2019-02-27 10:46:56 +010040 - SEED=1
Vikas Katariya0eb2d9d2019-09-10 17:22:52 +010041 - secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
Paul Bakker05c37742014-05-02 16:19:04 +020042
43addons:
44 coverity_scan:
45 project:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020046 name: "ARMmbed/mbedtls"
Vikas Katariya2bcf51a2019-09-10 17:36:23 +010047 notification_email: support-mbedtls@arm.com
Paul Bakker05c37742014-05-02 16:19:04 +020048 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020049 build_command: make
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020050 branch_pattern: coverity_scan