mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 10:41:39 +00:00
TravisCI: enable parallel build
This commit is contained in:
parent
bbf9ba6d8d
commit
b41ae80399
@ -22,7 +22,7 @@ addons:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user