Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / mbedtls / repo / .travis.yml
1 language: c
2 compiler:
3 - clang
4 - gcc
5 sudo: false
6 cache: ccache
7
8 # blocklist
9 branches:
10   except:
11   - development-psa
12   - coverity_scan
13
14 script:
15 - tests/scripts/recursion.pl library/*.c
16 - tests/scripts/check-generated-files.sh
17 - tests/scripts/check-doxy-blocks.pl
18 - tests/scripts/check-names.sh
19 - tests/scripts/check-files.py
20 - tests/scripts/doxygen.sh
21 - cmake -D CMAKE_BUILD_TYPE:String="Check" .
22 - make
23 - make test
24 - programs/test/selftest
25 - OSSL_NO_DTLS=1 tests/compat.sh
26 - tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
27 - tests/scripts/test-ref-configs.pl
28 - tests/scripts/curves.pl
29 - tests/scripts/key-exchanges.pl
30 after_failure:
31 - tests/scripts/travis-log-failure.sh
32 env:
33   global:
34     - SEED=1
35     - secure: "barHldniAfXyoWOD/vcO+E6/Xm4fmcaUoC9BeKW+LwsHqlDMLvugaJnmLXkSpkbYhVL61Hzf3bo0KPJn88AFc5Rkf8oYHPjH4adMnVXkf3B9ghHCgznqHsAH3choo6tnPxaFgOwOYmLGb382nQxfE5lUdvnM/W/psQjWt66A1+k="
36
37 addons:
38   apt:
39     packages:
40     - doxygen
41     - graphviz
42   coverity_scan:
43     project:
44       name: "ARMmbed/mbedtls"
45     notification_email: simon.butcher@arm.com
46     build_command_prepend:
47     build_command: make
48     branch_pattern: coverity_scan