# HG changeset patch # User Matt Johnston # Date 1394268975 -28800 # Node ID fad4407e1552909ad664374bbee5d5efee04affa # Parent f612bb85dcaaad3cc4735a4dbef43090315fba2d More for coverity diff -r f612bb85dcaa -r fad4407e1552 .travis.yml --- 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: matt@ucc.asn.au - 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