fsfw update and script fix

This commit is contained in:
2021-07-19 18:30:24 +02:00
parent 7eb4a85d7c
commit 2ab89c5a5c
3 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,7 @@ fi
build_generator=""
os_fsfw="host"
builddir="build-Debug"
builddir="build-Release"
if [ "${OS}" = "Windows_NT" ]; then
build_generator="MinGW Makefiles"
python="py"
@ -28,6 +28,6 @@ fi
echo "Running command (without the leading +):"
set -x # Print command
"${python}" cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "release" -l "${builddir}"
"${python}" cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -l "${builddir}"
# Use this if commands are added which should not be printed
# set +x