cleanCI
This commit is contained in:
parent
12be969ca2
commit
4fbfbe8bb8
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -32,8 +32,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
dir('build-q7s-debug') {
|
dir('build-q7s-debug') {
|
||||||
sh 'echo $PATH'
|
|
||||||
sh 'export PATH=$PATH:/usr/tools/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin'
|
|
||||||
sh 'cmake -DTGT_BSP="arm/q7s" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux ..'
|
sh 'cmake -DTGT_BSP="arm/q7s" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux ..'
|
||||||
sh 'cmake --build . -j'
|
sh 'cmake --build . -j'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user