mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
More for coverity
--HG-- branch : coverity
This commit is contained in:
parent
31d2311537
commit
5ce5fbcba0
11
.travis.yml
11
.travis.yml
@ -4,7 +4,7 @@ compiler:
|
||||
|
||||
script:
|
||||
- mkdir ~/inst
|
||||
- autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install
|
||||
- autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install MULTI=1
|
||||
- ~/inst/bin/dropbearkey -t rsa -f testrsa
|
||||
- ~/inst/bin/dropbearkey -t dss -f testdss
|
||||
- ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256
|
||||
@ -15,9 +15,6 @@ before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev
|
||||
|
||||
env:
|
||||
- BUNDLEDLIBTOM=--enable-bundled-libtom MULTI=1
|
||||
|
||||
env:
|
||||
global:
|
||||
# The next declration is the encrypted COVERITY_SCAN_TOKEN, created
|
||||
@ -30,6 +27,6 @@ addons:
|
||||
name: "mkj/dropbear"
|
||||
description: "Dropbear SSH"
|
||||
notification_email: matt@ucc.asn.au
|
||||
build_command_prepend:
|
||||
build_command:
|
||||
branch_pattern: coverity_scan
|
||||
build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst
|
||||
build_command: make install MULTI=1
|
||||
branch_pattern: coverity
|
||||
|
Loading…
Reference in New Issue
Block a user