blob: 3a12b56b4ca87de66f1e7bb029492671bacc4401 [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
Paul Bakker3ad3aa32014-04-17 16:16:05 +02007script:
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +02008- tests/scripts/recursion.pl library/*.c
9- tests/scripts/check-generated-files.sh
10- tests/scripts/check-doxy-blocks.pl
11- tests/scripts/check-names.sh
Darryl Green13705482018-05-21 11:59:28 +010012- tests/scripts/check-files.py
Manuel Pégourié-Gonnarddec65c22016-01-04 17:08:31 +010013- tests/scripts/doxygen.sh
Paul Bakker05c37742014-05-02 16:19:04 +020014- cmake -D CMAKE_BUILD_TYPE:String="Check" .
15- make
16- make test
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +020017- programs/test/selftest
Manuel Pégourié-Gonnard39e2ca92015-08-04 16:43:37 +020018- OSSL_NO_DTLS=1 tests/compat.sh
Manuel Pégourié-Gonnard6b09dec2015-08-04 16:26:13 +020019- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
20- tests/scripts/test-ref-configs.pl
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +020021- tests/scripts/curves.pl
Manuel Pégourié-Gonnard134ca182015-10-23 09:04:45 +020022- tests/scripts/key-exchanges.pl
Paul Bakker05c37742014-05-02 16:19:04 +020023env:
24 global:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020025 secure: "barHldniAfXyoWOD/vcO+E6/Xm4fmcaUoC9BeKW+LwsHqlDMLvugaJnmLXkSpkbYhVL61Hzf3bo0KPJn88AFc5Rkf8oYHPjH4adMnVXkf3B9ghHCgznqHsAH3choo6tnPxaFgOwOYmLGb382nQxfE5lUdvnM/W/psQjWt66A1+k="
Paul Bakker05c37742014-05-02 16:19:04 +020026
27addons:
Manuel Pégourié-Gonnarddec65c22016-01-04 17:08:31 +010028 apt:
29 packages:
30 - doxygen
31 - graphviz
Paul Bakker05c37742014-05-02 16:19:04 +020032 coverity_scan:
33 project:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020034 name: "ARMmbed/mbedtls"
Paul Bakker05c37742014-05-02 16:19:04 +020035 notification_email: p.j.bakker@polarssl.org
36 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020037 build_command: make
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020038 branch_pattern: coverity_scan