Mercurial > dropbear
changeset 921:f2dd12444e37 coverity
Fix the right build line
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 08 Mar 2014 18:16:11 +0800 |
parents | 7f10296440c9 |
children | 3a32abe076fc |
files | .travis.yml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Sat Mar 08 18:09:00 2014 +0800 +++ b/.travis.yml Sat Mar 08 18:16:11 2014 +0800 @@ -4,7 +4,7 @@ script: - mkdir ~/inst - - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst && make install MULTI=1 + - 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 @@ -27,6 +27,6 @@ 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_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