Mercurial > dropbear
comparison .travis.yml @ 1509:3520d7c25363 coverity
limit travis branches
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 10 Feb 2018 19:06:13 +0800 |
parents | d54bbb645f02 |
children | eb4c7052f51d |
comparison
equal
deleted
inserted
replaced
1507:d54bbb645f02 | 1509:3520d7c25363 |
---|---|
35 description: "Dropbear SSH" | 35 description: "Dropbear SSH" |
36 notification_email: [email protected] | 36 notification_email: [email protected] |
37 build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst | 37 build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst |
38 build_command: make MULTI=1 | 38 build_command: make MULTI=1 |
39 branch_pattern: coverity | 39 branch_pattern: coverity |
40 | |
41 branches: | |
42 only: | |
43 - master | |
44 - coverity |