Mercurial > dropbear
comparison .travis.yml @ 1241:32270319e09c
TravisCI: enable parallel build
author | Chocobo1 <Chocobo1@users.noreply.github.com> |
---|---|
date | Tue, 05 Jan 2016 14:12:38 +0800 |
parents | 87a43bf49e37 |
children | 53111b3413dc |
comparison
equal
deleted
inserted
replaced
1240:87a43bf49e37 | 1241:32270319e09c |
---|---|
20 - libtommath-dev | 20 - libtommath-dev |
21 | 21 |
22 script: | 22 script: |
23 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix=$HOME/inst | 23 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix=$HOME/inst |
24 - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true | 24 - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true |
25 - make install | 25 - make -j3 install |
26 | 26 |
27 after_success: | 27 after_success: |
28 - ~/inst/bin/dropbearkey -t rsa -f testrsa | 28 - ~/inst/bin/dropbearkey -t rsa -f testrsa |
29 - ~/inst/bin/dropbearkey -t dss -f testdss | 29 - ~/inst/bin/dropbearkey -t dss -f testdss |
30 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 | 30 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 |