update README as well
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good

This commit is contained in:
2022-05-01 20:30:11 +02:00
parent 37dcc69f3b
commit 7205ac6202
11 changed files with 33 additions and 14 deletions

View File

@ -17,7 +17,7 @@ fi
build_generator=""
os_fsfw="host"
builddir="build-Debug"
builddir="cmake-build-debug"
build_generator="make"
if [ "${OS}" = "Windows_NT" ]; then
python="py"

View File

@ -17,7 +17,7 @@ fi
build_generator=""
os_fsfw="host"
builddir="build-Release"
builddir="cmake-build-release"
build_generator="make"
if [ "${OS}" = "Windows_NT" ]; then
python="py"

View File

@ -17,7 +17,7 @@ fi
build_generator=""
os_fsfw="host"
builddir="build-Debug"
builddir="cmake-build-debug"
build_generator="ninja"
if [ "${OS}" = "Windows_NT" ]; then
python="py"

View File

@ -17,7 +17,7 @@ fi
build_generator=""
os_fsfw="host"
builddir="build-Release"
builddir="cmake-build-release"
build_generator="Ninja"
if [ "${OS}" = "Windows_NT" ]; then
python="py"

View File

@ -17,7 +17,7 @@ fi
build_generator="make"
os_fsfw="linux"
builddir="build-Debug"
builddir="cmake-build-debug"
if [ "${OS}" = "Windows_NT" ]; then
python="py"
# Could be other OS but this works for now.

View File

@ -17,7 +17,7 @@ fi
build_generator="make"
os_fsfw="linux"
builddir="build-Release"
builddir="cmake-build-release"
if [ "${OS}" = "Windows_NT" ]; then
python="py"
# Could be other OS but this works for now.

View File

@ -17,7 +17,7 @@ fi
build_generator="ninja"
os_fsfw="linux"
builddir="build-Debug"
builddir="cmake-build-debug"
if [ "${OS}" = "Windows_NT" ]; then
python="py"
# Could be other OS but this works for now.