updated build scripts
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-18 18:15:39 +02:00
parent c56fc09da7
commit 9ddea586ea
17 changed files with 36 additions and 23 deletions

View File

@ -18,7 +18,7 @@ fi
os_fsfw="linux"
tgt_bsp="arm/q7s"
build_dir="build-Release-Q7S"
build_generator="Ninja"
build_generator="ninja"
if [ "${OS}" = "Windows_NT" ]; then
python="py"
# Could be other OS but this works for now.