Compare commits
1 Commits
8df9a0c8d3
...
252823ff2d
Author | SHA1 | Date |
---|---|---|
|
252823ff2d |
|
@ -44,7 +44,7 @@ pipeline {
|
|||
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make -C buildroot O="${PWD}"/_build pythonctnr_defconfig'
|
||||
sh 'make -C buildroot O="${PWD}"/_build BR2_EXTERNAL="${PWD}" pythonctnr_defconfig'
|
||||
sh 'make -C _build'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue