mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Less CPU, maybe this will not fail
This commit is contained in:
parent
36b7ea53c8
commit
72b3249637
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@ machine:
|
||||||
timezone: Europe/Paris
|
timezone: Europe/Paris
|
||||||
environment:
|
environment:
|
||||||
OMR_PATH: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/$CIRCLE_BRANCH
|
OMR_PATH: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/$CIRCLE_BRANCH
|
||||||
CPUS: $(grep -c processor /proc/cpuinfo)
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
override:
|
override:
|
||||||
|
@ -11,8 +10,8 @@ dependencies:
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
override:
|
override:
|
||||||
- sh build.sh -j$CPUS :
|
- sh build.sh -j6 :
|
||||||
timeout: 7200
|
timeout: 14400
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue