Mercurial > dropbear
changeset 1129:45830474d83c coverity
merge up to date, attempt to fix travis.yml
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 12 Jun 2015 23:02:15 +0800 |
parents | 26c1f9b8f82e (diff) b803ad2b9f4c (current diff) |
children | 5a0eabe6544b |
files | .travis.yml |
diffstat | 1 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Jun 12 22:57:48 2015 +0800 +++ b/.travis.yml Fri Jun 12 23:02:15 2015 +0800 @@ -16,8 +16,22 @@ - sudo apt-get update -qq - sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev -env: +env: + global: + # The next declration is the encrypted COVERITY_SCAN_TOKEN, created + # via the "travis encrypt" command using the project repo's public key + - secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc=" - BUNDLEDLIBTOM=--disable-bundled-libtom - BUNDLEDLIBTOM=--enable-bundled-libtom - MULTI=1 - NOWRITEV=1 + +addons: + coverity_scan: + project: + name: "mkj/dropbear" + description: "Dropbear SSH" + notification_email: [email protected] + build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst + build_command: make MULTI=1 + branch_pattern: coverity