copy pasted wrong cmake line
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:23:17 +02:00
parent 6c8336bcfe
commit 93fa82c413

View File

@ -32,7 +32,7 @@ pipeline {
}
steps {
dir('build-q7s-debug') {
sh 'cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux ..'
sh 'cmake -DTGT_BSP="arm/q7s" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux ..'
sh 'cmake --build . -j'
}
}