Mercurial > dropbear
comparison .travis.yml @ 920:7f10296440c9 coverity
Fix quoting for coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 08 Mar 2014 18:09:00 +0800 |
parents | fad4407e1552 |
children | f2dd12444e37 |
comparison
equal
deleted
inserted
replaced
919:fad4407e1552 | 920:7f10296440c9 |
---|---|
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 |