2014-04-17 14:16:05 +00:00
|
|
|
language: c
|
2020-04-21 20:13:43 +00:00
|
|
|
compiler: gcc
|
2015-08-04 13:59:34 +00:00
|
|
|
sudo: false
|
2015-08-04 16:06:02 +00:00
|
|
|
cache: ccache
|
2018-11-22 10:14:03 +00:00
|
|
|
|
2020-04-21 20:18:58 +00:00
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
- name: basic checks
|
|
|
|
script:
|
|
|
|
- tests/scripts/recursion.pl library/*.c
|
|
|
|
- tests/scripts/check-generated-files.sh
|
|
|
|
- tests/scripts/check-doxy-blocks.pl
|
|
|
|
- tests/scripts/check-names.sh
|
|
|
|
- tests/scripts/check-files.py
|
|
|
|
- tests/scripts/doxygen.sh
|
|
|
|
|
|
|
|
- name: default configuration
|
|
|
|
script:
|
|
|
|
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
|
|
|
- make
|
|
|
|
- make test
|
|
|
|
- programs/test/selftest
|
|
|
|
- OSSL_NO_DTLS=1 tests/compat.sh
|
|
|
|
- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
|
|
|
|
|
|
|
|
- name: enumerated configurations
|
|
|
|
script:
|
|
|
|
- tests/scripts/test-ref-configs.pl
|
|
|
|
- tests/scripts/curves.pl
|
|
|
|
- tests/scripts/key-exchanges.pl
|
|
|
|
|
2016-03-21 09:22:58 +00:00
|
|
|
after_failure:
|
2016-04-10 14:11:27 +00:00
|
|
|
- tests/scripts/travis-log-failure.sh
|
2020-04-21 20:18:58 +00:00
|
|
|
|
2014-05-02 14:19:04 +00:00
|
|
|
env:
|
|
|
|
global:
|
2019-02-27 09:46:56 +00:00
|
|
|
- SEED=1
|
2019-09-10 16:22:52 +00:00
|
|
|
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
|
2014-05-02 14:19:04 +00:00
|
|
|
|
|
|
|
addons:
|
2016-01-04 16:08:31 +00:00
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- doxygen
|
|
|
|
- graphviz
|
2014-05-02 14:19:04 +00:00
|
|
|
coverity_scan:
|
|
|
|
project:
|
2015-04-14 12:59:47 +00:00
|
|
|
name: "ARMmbed/mbedtls"
|
2019-09-10 16:36:23 +00:00
|
|
|
notification_email: support-mbedtls@arm.com
|
2014-05-02 14:19:04 +00:00
|
|
|
build_command_prepend:
|
|
|
|
build_command: make
|
2015-04-14 12:59:47 +00:00
|
|
|
branch_pattern: coverity_scan
|