first steps in CI integration #66
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -32,6 +32,8 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
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 --build . -j'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user