blob: f30a4e398a4f0407579fd2b8bac6ebe3d693c65e [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
Paul Bakker05c37742014-05-02 16:19:04 +020012- cmake -D CMAKE_BUILD_TYPE:String="Check" .
13- make
14- make test
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +020015- programs/test/selftest
Manuel Pégourié-Gonnard39e2ca92015-08-04 16:43:37 +020016- OSSL_NO_DTLS=1 tests/compat.sh
Manuel Pégourié-Gonnard6b09dec2015-08-04 16:26:13 +020017- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
18- tests/scripts/test-ref-configs.pl
Manuel Pégourié-Gonnardb1c12512015-08-04 16:50:22 +020019- tests/scripts/curves.pl
Manuel Pégourié-Gonnard134ca182015-10-23 09:04:45 +020020- tests/scripts/key-exchanges.pl
Paul Bakker05c37742014-05-02 16:19:04 +020021env:
22 global:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020023 secure: "barHldniAfXyoWOD/vcO+E6/Xm4fmcaUoC9BeKW+LwsHqlDMLvugaJnmLXkSpkbYhVL61Hzf3bo0KPJn88AFc5Rkf8oYHPjH4adMnVXkf3B9ghHCgznqHsAH3choo6tnPxaFgOwOYmLGb382nQxfE5lUdvnM/W/psQjWt66A1+k="
Paul Bakker05c37742014-05-02 16:19:04 +020024
25addons:
26 coverity_scan:
27 project:
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020028 name: "ARMmbed/mbedtls"
Paul Bakker05c37742014-05-02 16:19:04 +020029 notification_email: p.j.bakker@polarssl.org
30 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020031 build_command: make
Paul Bakkerdb34e6d2015-04-14 14:59:47 +020032 branch_pattern: coverity_scan