mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 18:35:43 +01:00
Updated Travis-CI config with Coverity addon
This commit is contained in:
parent
47431b6d31
commit
05c3774bd4
15
.travis.yml
15
.travis.yml
@ -11,3 +11,18 @@ script:
|
|||||||
- ( cd tests && ./compat.sh )
|
- ( cd tests && ./compat.sh )
|
||||||
- ( cd tests && ./ssl-opt.sh )
|
- ( cd tests && ./ssl-opt.sh )
|
||||||
- tests/scripts/test-ref-configs.pl
|
- tests/scripts/test-ref-configs.pl
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
secure: LidFb8vsR72MKTVpaZ8IYHR1xeVnff47/+ckEge5F9gcwf7QmfSI3+gBLZZciNdyrWzOFhlQ5Q2z/pqVeRtEkKrlcporoMMcHRIbyIA+lfRE1HnYHw7jITScfN9ZmK4msU1ElRlAk6U7ND6MPTH8QfWwchNafDk9d3AoHL4/RrQ=
|
||||||
|
|
||||||
|
addons:
|
||||||
|
coverity_scan:
|
||||||
|
project:
|
||||||
|
name: "polarssl/polarssl"
|
||||||
|
description: "PolarSSL Open Source SSL Library"
|
||||||
|
notification_email: p.j.bakker@polarssl.org
|
||||||
|
build_command_prepend:
|
||||||
|
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
||||||
|
- make clean
|
||||||
|
build_command: make
|
||||||
|
branch_pattern: development
|
||||||
|
Loading…
Reference in New Issue
Block a user