mbedtls/.travis.yml

41 lines
1.0 KiB
YAML
Raw Normal View History

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