added justfile

This commit is contained in:
2021-10-18 18:02:12 +02:00
parent c2d54cb75b
commit 41919a7fa3
8 changed files with 40 additions and 14 deletions

View File

@ -15,7 +15,7 @@ if [ "${counter}" -ge 5 ];then
exit 1
fi
build_generator="Unix Makefiles"
build_generator="make"
os_fsfw="linux"
builddir="build-Debug"
if [ "${OS}" = "Windows_NT" ]; then

View File

@ -15,7 +15,7 @@ if [ "${counter}" -ge 5 ];then
exit 1
fi
build_generator="Unix Makefiles"
build_generator="make"
os_fsfw="linux"
builddir="build-Release"
if [ "${OS}" = "Windows_NT" ]; then

View File

@ -15,7 +15,7 @@ if [ "${counter}" -ge 5 ];then
exit 1
fi
build_generator="Ninja"
build_generator="ninja"
os_fsfw="linux"
builddir="build-Debug"
if [ "${OS}" = "Windows_NT" ]; then