Mercurial > dropbear
comparison .travis.yml @ 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 |
comparison
equal
deleted
inserted
replaced
920:7f10296440c9 | 921:f2dd12444e37 |
---|---|
2 compiler: | 2 compiler: |
3 - gcc | 3 - gcc |
4 | 4 |
5 script: | 5 script: |
6 - mkdir ~/inst | 6 - mkdir ~/inst |
7 - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst && make install MULTI=1 | 7 - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install MULTI=1 |
8 - ~/inst/bin/dropbearkey -t rsa -f testrsa | 8 - ~/inst/bin/dropbearkey -t rsa -f testrsa |
9 - ~/inst/bin/dropbearkey -t dss -f testdss | 9 - ~/inst/bin/dropbearkey -t dss -f testdss |
10 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 | 10 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 |
11 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 | 11 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 |
12 - ~/inst/bin/dropbearkey -t ecdsa -f testec521 -s 521 | 12 - ~/inst/bin/dropbearkey -t ecdsa -f testec521 -s 521 |
25 coverity_scan: | 25 coverity_scan: |
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 install MULTI=1 |
32 branch_pattern: coverity | 32 branch_pattern: coverity |