Mercurial > dropbear
comparison .travis.yml @ 1082:3cb73e8d6122
fix travis more
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 02 May 2015 22:59:55 +0800 |
parents | 61edd11299e5 |
children | 45830474d83c 20b9baf6d451 |
comparison
equal
deleted
inserted
replaced
1081:61edd11299e5 | 1082:3cb73e8d6122 |
---|---|
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" --prefix=$HOME/inst |
7 - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h | 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 |
12 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 | 12 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 |