Mercurial > dropbear
comparison .travis.yml @ 919:fad4407e1552 coverity
More for coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 08 Mar 2014 16:56:15 +0800 |
parents | f612bb85dcaa |
children | 7f10296440c9 |
comparison
equal
deleted
inserted
replaced
918:f612bb85dcaa | 919:fad4407e1552 |
---|---|
2 compiler: | 2 compiler: |
3 - gcc | 3 - gcc |
4 | 4 |
5 script: | 5 script: |
6 - mkdir ~/inst | 6 - mkdir ~/inst |
7 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install | 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 |
13 | 13 |
14 before_install: | 14 before_install: |
15 - sudo apt-get update -qq | 15 - sudo apt-get update -qq |
16 - sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev | 16 - sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev |
17 | |
18 env: | |
19 - BUNDLEDLIBTOM=--enable-bundled-libtom MULTI=1 | |
20 | 17 |
21 env: | 18 env: |
22 global: | 19 global: |
23 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created | 20 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created |
24 # via the "travis encrypt" command using the project repo's public key | 21 # via the "travis encrypt" command using the project repo's public key |
28 coverity_scan: | 25 coverity_scan: |
29 project: | 26 project: |
30 name: "mkj/dropbear" | 27 name: "mkj/dropbear" |
31 description: "Dropbear SSH" | 28 description: "Dropbear SSH" |
32 notification_email: [email protected] | 29 notification_email: [email protected] |
33 build_command_prepend: | 30 build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst |
34 build_command: | 31 build_command: make install MULTI=1 |
35 branch_pattern: coverity_scan | 32 branch_pattern: coverity |