# HG changeset patch # User Matt Johnston # Date 1394273771 -28800 # Node ID f2dd12444e37e56da8de280b7d6de236d76262ed # Parent 7f10296440c9ee031b8f82fead2e1d8aea07b99b Fix the right build line diff -r 7f10296440c9 -r f2dd12444e37 .travis.yml --- 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: matt@ucc.asn.au - 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