Browse Source

More Targets

master
teajay 5 years ago
parent
commit
09806bf7fd
1 changed files with 5 additions and 1 deletions
  1. 6
      Pipeline/Jenkinsfile

6
Pipeline/Jenkinsfile

@ -44,7 +44,11 @@ pipeline {
steps{
dir("gluon"){
sh "make update"
sh "make GLUON_TARGET=ar71xx-generic -j12"
sh "make GLUON_TARGET=ar71xx-generic -j13"
sh 'for TARGET in $(make list-targets); do'
sh ' make GLUON_TARGET=$TARGET'
sh 'done'
}
}
}

Loading…
Cancel
Save