Mercurial > dropbear
comparison .travis.yml @ 1318:10e2a7727253 coverity
merge coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 22 Jul 2016 00:08:02 +0800 |
parents | 7d02b83c61fd 4a4e5d823cf6 |
children | b7cd40b0730a |
comparison
equal
deleted
inserted
replaced
1286:7d02b83c61fd | 1318:10e2a7727253 |
---|---|
14 # packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise | 14 # packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise |
15 - zlib1g-dev | 15 - zlib1g-dev |
16 | 16 |
17 script: | 17 script: |
18 - autoconf && autoheader && ./configure CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix="$HOME/inst" | 18 - autoconf && autoheader && ./configure CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix="$HOME/inst" |
19 - make -j3 install | 19 - make -j3 |
20 # avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093) | |
21 - make install | |
20 | 22 |
21 env: | 23 env: |
22 global: | 24 global: |
23 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created | 25 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created |
24 # via the "travis encrypt" command using the project repo's public key | 26 # via the "travis encrypt" command using the project repo's public key |