jenkins seems to overwrite out PATH
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Ulrich Mohr 2021-07-29 12:34:01 +02:00
parent 93fa82c413
commit 12be969ca2

View File

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