Mercurial > dropbear
changeset 919:fad4407e1552 coverity
More for coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 08 Mar 2014 16:56:15 +0800 |
parents | f612bb85dcaa |
children | 7f10296440c9 |
files | .travis.yml |
diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Sat Mar 08 14:56:27 2014 +0800 +++ b/.travis.yml Sat Mar 08 16:56:15 2014 +0800 @@ -4,7 +4,7 @@ script: - mkdir ~/inst - - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install + - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install MULTI=1 - ~/inst/bin/dropbearkey -t rsa -f testrsa - ~/inst/bin/dropbearkey -t dss -f testdss - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 @@ -15,9 +15,6 @@ - sudo apt-get update -qq - sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev -env: - - BUNDLEDLIBTOM=--enable-bundled-libtom MULTI=1 - env: global: # The next declration is the encrypted COVERITY_SCAN_TOKEN, created @@ -30,6 +27,6 @@ name: "mkj/dropbear" description: "Dropbear SSH" notification_email: [email protected] - build_command_prepend: - build_command: - branch_pattern: coverity_scan + build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst + build_command: make install MULTI=1 + branch_pattern: coverity