removed make launch configs and updated shell scripts

This commit is contained in:
2021-03-05 19:17:03 +01:00
parent fcda3bd2ea
commit 6cc071f8ee
11 changed files with 22 additions and 172 deletions

View File

@ -16,5 +16,10 @@ fi
build_generator="Unix Makefiles"
os_fsfw="linux"
builddir="Release-Linux"
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "release"
echo "Running command (without the leading +):"
set -x # Print command
python3 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