Mercurial > dropbear
changeset 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 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Tue Jan 05 14:09:25 2016 +0800 +++ b/.travis.yml Tue Jan 05 14:12:38 2016 +0800 @@ -22,7 +22,7 @@ script: - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix=$HOME/inst - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true - - make install + - make -j3 install after_success: - ~/inst/bin/dropbearkey -t rsa -f testrsa