comparison .travis.yml @ 1144:624fc24cfae5 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Aug 2015 21:26:03 +0800
parents 54e6954a8ef0 20b9baf6d451
children 506f7681d0f8
comparison
equal deleted inserted replaced
1133:d41c7b967868 1144:624fc24cfae5
1 language: c 1 language: c
2 compiler: 2 compiler:
3 - gcc 3 - gcc
4 4
5 script: 5 script:
6 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst 6 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix=$HOME/inst
7 - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true 7 - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true
8 - make install 8 - make install
9 - ~/inst/bin/dropbearkey -t rsa -f testrsa 9 - ~/inst/bin/dropbearkey -t rsa -f testrsa
10 - ~/inst/bin/dropbearkey -t dss -f testdss 10 - ~/inst/bin/dropbearkey -t dss -f testdss
11 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 11 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256