TravisCI: enable parallel build

This commit is contained in:
Chocobo1 2016-01-05 14:12:38 +08:00
parent bbf9ba6d8d
commit b41ae80399

View File

@ -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