comparison .travis.yml @ 1129:45830474d83c coverity

merge up to date, attempt to fix travis.yml
author Matt Johnston <matt@ucc.asn.au>
date Fri, 12 Jun 2015 23:02:15 +0800
parents 204dc7bd62aa 3cb73e8d6122
children 5a0eabe6544b
comparison
equal deleted inserted replaced
1077:26c1f9b8f82e 1129:45830474d83c
1 language: c 1 language: c
2 compiler: 2 compiler:
3 - gcc 3 - gcc
4 4
5 script: 5 script:
6 - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install MULTI=1 6 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst
7 - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true
8 - make install
7 - ~/inst/bin/dropbearkey -t rsa -f testrsa 9 - ~/inst/bin/dropbearkey -t rsa -f testrsa
8 - ~/inst/bin/dropbearkey -t dss -f testdss 10 - ~/inst/bin/dropbearkey -t dss -f testdss
9 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 11 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256
10 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 12 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384
11 - ~/inst/bin/dropbearkey -t ecdsa -f testec521 -s 521 13 - ~/inst/bin/dropbearkey -t ecdsa -f testec521 -s 521
17 env: 19 env:
18 global: 20 global:
19 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created 21 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created
20 # via the "travis encrypt" command using the project repo's public key 22 # via the "travis encrypt" command using the project repo's public key
21 - secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc=" 23 - secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc="
24 - BUNDLEDLIBTOM=--disable-bundled-libtom
25 - BUNDLEDLIBTOM=--enable-bundled-libtom
26 - MULTI=1
27 - NOWRITEV=1
22 28
23 addons: 29 addons:
24 coverity_scan: 30 coverity_scan:
25 project: 31 project:
26 name: "mkj/dropbear" 32 name: "mkj/dropbear"