comparison .travis.yml @ 918:f612bb85dcaa coverity

Add coverity bits
author Matt Johnston <matt@ucc.asn.au>
date Sat, 08 Mar 2014 14:56:27 +0800
parents d572054cfe15
children fad4407e1552
comparison
equal deleted inserted replaced
917:d572054cfe15 918:f612bb85dcaa
14 before_install: 14 before_install:
15 - sudo apt-get update -qq 15 - sudo apt-get update -qq
16 - sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev 16 - sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev
17 17
18 env: 18 env:
19 - BUNDLEDLIBTOM=--disable-bundled-libtom 19 - BUNDLEDLIBTOM=--enable-bundled-libtom MULTI=1
20 - BUNDLEDLIBTOM=--enable-bundled-libtom 20
21 - MULTI=1 21 env:
22 global:
23 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created
24 # via the "travis encrypt" command using the project repo's public key
25 - secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc="
26
27 addons:
28 coverity_scan:
29 project:
30 name: "mkj/dropbear"
31 description: "Dropbear SSH"
32 notification_email: [email protected]
33 build_command_prepend:
34 build_command:
35 branch_pattern: coverity_scan