1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 252823ff2d Begin Jenkins CI pipeline
dustin/pythonctnr/pipeline/head There was a failure building this commit Details
2022-08-07 10:49:48 -05:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -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'
}
}