2014-03-07 12:44:32 +00:00
|
|
|
language: c
|
2016-01-05 06:09:25 +00:00
|
|
|
|
2018-02-10 10:57:44 +00:00
|
|
|
git:
|
|
|
|
depth: 3
|
2016-01-05 06:09:25 +00:00
|
|
|
|
2014-03-08 06:56:27 +00:00
|
|
|
env:
|
|
|
|
global:
|
2018-03-04 07:07:09 +00:00
|
|
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
2014-03-08 06:56:27 +00:00
|
|
|
# via the "travis encrypt" command using the project repo's public key
|
|
|
|
- secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc="
|
2015-06-13 15:32:15 +00:00
|
|
|
- BUNDLEDLIBTOM=--enable-bundled-libtom
|
|
|
|
- MULTI=1
|
2014-03-08 06:56:27 +00:00
|
|
|
|
2020-06-26 13:20:57 +00:00
|
|
|
before_install:
|
|
|
|
- echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
|
|
|
|
|
2014-03-08 06:56:27 +00:00
|
|
|
addons:
|
2020-06-26 13:20:57 +00:00
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
# packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
|
|
|
|
- zlib1g-dev
|
|
|
|
- libtomcrypt-dev
|
|
|
|
- libtommath-dev
|
2014-03-08 06:56:27 +00:00
|
|
|
coverity_scan:
|
|
|
|
project:
|
|
|
|
name: "mkj/dropbear"
|
|
|
|
description: "Dropbear SSH"
|
|
|
|
notification_email: matt@ucc.asn.au
|
2014-03-08 10:16:11 +00:00
|
|
|
build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst
|
2014-03-08 13:00:32 +00:00
|
|
|
build_command: make MULTI=1
|
2014-03-08 08:56:15 +00:00
|
|
|
branch_pattern: coverity
|
2018-02-10 11:06:13 +00:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- coverity
|