blob: 4fc31c923fa0f4c029dfab57b3a7f619b8b6aa7e [file] [log] [blame]
Paul Bakker3ad3aa32014-04-17 16:16:05 +02001language: c
2compiler:
Paul Bakker05c37742014-05-02 16:19:04 +02003- clang
4- gcc
Manuel Pégourié-Gonnardc84d7fb2015-08-04 15:59:34 +02005sudo: false
Manuel Pégourié-Gonnard2c998002015-08-04 18:06:02 +02006cache: ccache
Simon Butcher3459c742018-11-22 10:14:03 +00007
8# blocklist
9branches:
10 except:
11 - development-psa
12 - coverity_scan
13
Paul Bakker3ad3aa32014-04-17 16:16:05 +020014script:
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +020015- 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
Darryl Green4d393b92018-05-21 11:59:28 +010019- tests/scripts/check-files.py
Manuel Pégourié-Gonnard695e0ba2016-01-04 17:08:31 +010020- tests/scripts/doxygen.sh
Paul Bakker05c37742014-05-02 16:19:04 +020021- cmake -D CMAKE_BUILD_TYPE:String="Check" .
22- make
23- make test
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +020024- programs/test/selftest
Manuel Pégourié-Gonnard39e2ca92015-08-04 16:43:37 +020025- OSSL_NO_DTLS=1 tests/compat.sh
Manuel Pégourié-Gonnard6b09dec2015-08-04 16:26:13 +020026- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
27- tests/scripts/test-ref-configs.pl
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +020028- tests/scripts/curves.pl
Manuel Pégourié-Gonnard503a5ef2015-10-23 09:04:45 +020029- tests/scripts/key-exchanges.pl
Janos Follath831a65f2016-03-21 09:22:58 +000030after_failure:
Simon Butcher6eaf3652016-04-10 15:11:27 +010031- tests/scripts/travis-log-failure.sh
Paul Bakker05c37742014-05-02 16:19:04 +020032env:
33 global:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020034 secure: "barHldniAfXyoWOD/vcO+E6/Xm4fmcaUoC9BeKW+LwsHqlDMLvugaJnmLXkSpkbYhVL61Hzf3bo0KPJn88AFc5Rkf8oYHPjH4adMnVXkf3B9ghHCgznqHsAH3choo6tnPxaFgOwOYmLGb382nQxfE5lUdvnM/W/psQjWt66A1+k="
Paul Bakker05c37742014-05-02 16:19:04 +020035
36addons:
Manuel Pégourié-Gonnard695e0ba2016-01-04 17:08:31 +010037 apt:
38 packages:
39 - doxygen
40 - graphviz
Paul Bakker05c37742014-05-02 16:19:04 +020041 coverity_scan:
42 project:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020043 name: "ARMmbed/mbedtls"
Simon Butcher3459c742018-11-22 10:14:03 +000044 notification_email: simon.butcher@arm.com
Paul Bakker05c37742014-05-02 16:19:04 +020045 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020046 build_command: make
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020047 branch_pattern: coverity_scan