1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Use more thread for CircleCI

This commit is contained in:
Ycarus 2018-01-25 13:34:14 +01:00
parent d773794e28
commit ce5eba9932

View file

@ -7,9 +7,9 @@ dependencies:
override:
- sudo apt-get update
- sudo apt-get install -yq build-essential git unzip ncurses-dev libz-dev libssl-dev python subversion gettext gawk wget curl rsync perl
- sh build.sh prepare {tools,toolchain}/install -j2 :
- sh build.sh prepare {tools,toolchain}/install -j4 :
timeout: 7200
- sh build.sh package/{compile,install,index} -j2 :
- sh build.sh package/{compile,install,index} -j4 :
timeout: 7200
cache_directories:
- "source"
@ -17,7 +17,7 @@ dependencies:
compile:
override:
- make -C source target/install -j2 :
- make -C source target/install -j4 :
timeout: 7200
test: