added justfile
This commit is contained in:
@@ -18,12 +18,11 @@ fi
|
||||
build_generator=""
|
||||
os_fsfw="host"
|
||||
builddir="build-Debug"
|
||||
build_generator="make"
|
||||
if [ "${OS}" = "Windows_NT" ]; then
|
||||
build_generator="MinGW Makefiles"
|
||||
python="py"
|
||||
# Could be other OS but this works for now.
|
||||
else
|
||||
build_generator="Unix Makefiles"
|
||||
python="python3"
|
||||
fi
|
||||
|
||||
|
||||
@@ -18,12 +18,11 @@ fi
|
||||
build_generator=""
|
||||
os_fsfw="host"
|
||||
builddir="build-Release"
|
||||
build_generator="make"
|
||||
if [ "${OS}" = "Windows_NT" ]; then
|
||||
build_generator="MinGW Makefiles"
|
||||
python="py"
|
||||
# Could be other OS but this works for now.
|
||||
else
|
||||
build_generator="Unix Makefiles"
|
||||
python="python3"
|
||||
fi
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ fi
|
||||
build_generator=""
|
||||
os_fsfw="host"
|
||||
builddir="build-Debug"
|
||||
build_generator="Ninja"
|
||||
build_generator="ninja"
|
||||
if [ "${OS}" = "Windows_NT" ]; then
|
||||
python="py"
|
||||
# Could be other OS but this works for now.
|
||||
|
||||
Reference in New Issue
Block a user