Skip to content
Snippets Groups Projects
Commit b41ae803 authored by Chocobo1's avatar Chocobo1
Browse files

TravisCI: enable parallel build

parent bbf9ba6d
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment