small jenkinsfile fix
This commit is contained in:
parent
3f1f3fa916
commit
f68f4066be
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -20,7 +20,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build Q7S') {
|
stage('Build Q7S') {
|
||||||
steps {
|
steps {
|
||||||
dir(BUILDDIR_Q7) {
|
dir(BUILDDIR_Q7S) {
|
||||||
sh 'cmake -DTGT_BSP="arm/q7s" -DCMAKE_BUILD_TYPE=Debug ..'
|
sh 'cmake -DTGT_BSP="arm/q7s" -DCMAKE_BUILD_TYPE=Debug ..'
|
||||||
sh 'cmake --build . -j6'
|
sh 'cmake --build . -j6'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user