2014-04-17 16:16:05 +02:00
|
|
|
language: c
|
|
|
|
compiler:
|
2014-05-02 16:19:04 +02:00
|
|
|
- clang
|
|
|
|
- gcc
|
2015-08-04 15:59:34 +02:00
|
|
|
sudo: false
|
2015-08-04 18:06:02 +02:00
|
|
|
cache: ccache
|
2018-11-22 11:14:03 +01:00
|
|
|
|
|
|
|
# blocklist
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- development-psa
|
|
|
|
- coverity_scan
|
|
|
|
|
2014-04-17 16:16:05 +02:00
|
|
|
script:
|
2015-08-04 16:50:22 +02: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 12:59:28 +02:00
|
|
|
- tests/scripts/check-files.py
|
2016-01-04 17:08:31 +01:00
|
|
|
- tests/scripts/doxygen.sh
|
2014-05-02 16:19:04 +02:00
|
|
|
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
|
|
|
- make
|
|
|
|
- make test
|
2015-08-04 16:50:22 +02:00
|
|
|
- programs/test/selftest
|
2015-08-04 16:26:13 +02:00
|
|
|
- tests/scripts/test-ref-configs.pl
|
2015-08-04 16:50:22 +02:00
|
|
|
- tests/scripts/curves.pl
|
2014-05-02 16:19:04 +02:00
|
|
|
env:
|
|
|
|
global:
|
2019-02-27 10:46:56 +01:00
|
|
|
- SEED=1
|
|
|
|
- secure: "barHldniAfXyoWOD/vcO+E6/Xm4fmcaUoC9BeKW+LwsHqlDMLvugaJnmLXkSpkbYhVL61Hzf3bo0KPJn88AFc5Rkf8oYHPjH4adMnVXkf3B9ghHCgznqHsAH3choo6tnPxaFgOwOYmLGb382nQxfE5lUdvnM/W/psQjWt66A1+k="
|
2014-05-02 16:19:04 +02:00
|
|
|
|
|
|
|
addons:
|
2016-01-04 17:08:31 +01:00
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- doxygen
|
|
|
|
- graphviz
|
2014-05-02 16:19:04 +02:00
|
|
|
coverity_scan:
|
|
|
|
project:
|
2015-04-14 14:59:47 +02:00
|
|
|
name: "ARMmbed/mbedtls"
|
2018-11-22 11:14:03 +01:00
|
|
|
notification_email: simon.butcher@arm.com
|
2014-05-02 16:19:04 +02:00
|
|
|
build_command_prepend:
|
|
|
|
build_command: make
|
2015-04-14 14:59:47 +02:00
|
|
|
branch_pattern: coverity_scan
|