Browse Source

adding multithreading

master
teajay 5 years ago
parent
commit
501ee6798c
1 changed files with 1 additions and 1 deletions
  1. 2
      Pipeline/Jenkinsfile

2
Pipeline/Jenkinsfile

@ -44,7 +44,7 @@ pipeline {
steps{ steps{
dir("gluon"){ dir("gluon"){
sh "make update" sh "make update"
sh "make GLUON_TARGET=ar71xx-generic"
sh "make GLUON_TARGET=ar71xx-generic -j12"
} }
} }
} }

Loading…
Cancel
Save