separate EM build folder
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
parent
b2ec1773e4
commit
0d37272feb
@ -27,6 +27,10 @@ fi
|
|||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
tgt_bsp="arm/q7s"
|
tgt_bsp="arm/q7s"
|
||||||
build_dir="cmake-build-debug-q7s"
|
build_dir="cmake-build-debug-q7s"
|
||||||
|
if [ ! -z "${EIVE_Q7S_EM}" ]; then
|
||||||
|
build_dir="${build_dir}-em"
|
||||||
|
fi
|
||||||
|
|
||||||
build_generator="make"
|
build_generator="make"
|
||||||
if [ "${OS}" = "Windows_NT" ]; then
|
if [ "${OS}" = "Windows_NT" ]; then
|
||||||
python="py"
|
python="py"
|
||||||
|
@ -27,6 +27,9 @@ fi
|
|||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
tgt_bsp="arm/q7s"
|
tgt_bsp="arm/q7s"
|
||||||
build_dir="cmake-build-release-q7s"
|
build_dir="cmake-build-release-q7s"
|
||||||
|
if [ ! -z "${EIVE_Q7S_EM}" ]; then
|
||||||
|
build_dir="${build_dir}-em"
|
||||||
|
fi
|
||||||
build_generator="make"
|
build_generator="make"
|
||||||
|
|
||||||
if [ "${OS}" = "Windows_NT" ]; then
|
if [ "${OS}" = "Windows_NT" ]; then
|
||||||
|
@ -27,6 +27,10 @@ fi
|
|||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
tgt_bsp="arm/q7s"
|
tgt_bsp="arm/q7s"
|
||||||
build_dir="cmake-build-debug-q7s"
|
build_dir="cmake-build-debug-q7s"
|
||||||
|
if [ ! -z "${EIVE_Q7S_EM}" ]; then
|
||||||
|
build_dir="${build_dir}-em"
|
||||||
|
fi
|
||||||
|
|
||||||
build_generator="ninja"
|
build_generator="ninja"
|
||||||
if [ "${OS}" = "Windows_NT" ]; then
|
if [ "${OS}" = "Windows_NT" ]; then
|
||||||
python="py"
|
python="py"
|
||||||
|
@ -27,6 +27,10 @@ fi
|
|||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
tgt_bsp="arm/q7s"
|
tgt_bsp="arm/q7s"
|
||||||
build_dir="cmake-build-release-q7s"
|
build_dir="cmake-build-release-q7s"
|
||||||
|
if [ ! -z "${EIVE_Q7S_EM}" ]; then
|
||||||
|
build_dir="${build_dir}-em"
|
||||||
|
fi
|
||||||
|
|
||||||
build_generator="ninja"
|
build_generator="ninja"
|
||||||
if [ "${OS}" = "Windows_NT" ]; then
|
if [ "${OS}" = "Windows_NT" ]; then
|
||||||
python="py"
|
python="py"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user