Browse Source

More Targets

master
teajay 5 years ago
parent
commit
10e3bf7da0
1 changed files with 3 additions and 3 deletions
  1. 6
      Pipeline/Jenkinsfile

6
Pipeline/Jenkinsfile

@ -44,9 +44,9 @@ pipeline {
steps{
dir("gluon"){
sh "make update"
sh "make GLUON_TARGET=ar71xx-generic -j13"
sh 'for TARGET in $(make list-targets); do'
sh ' make GLUON_TARGET=$TARGET'
//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