comparison .travis.yml @ 922:3a32abe076fc coverity

Don't 'make install' for coverity
author Matt Johnston <matt@ucc.asn.au>
date Sat, 08 Mar 2014 21:00:32 +0800
parents f2dd12444e37
children 204dc7bd62aa
comparison
equal deleted inserted replaced
921:f2dd12444e37 922:3a32abe076fc
26 project: 26 project:
27 name: "mkj/dropbear" 27 name: "mkj/dropbear"
28 description: "Dropbear SSH" 28 description: "Dropbear SSH"
29 notification_email: [email protected] 29 notification_email: [email protected]
30 build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst 30 build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst
31 build_command: make install MULTI=1 31 build_command: make MULTI=1
32 branch_pattern: coverity 32 branch_pattern: coverity