added justfile

This commit is contained in:
2021-10-18 18:02:12 +02:00
parent c2d54cb75b
commit 41919a7fa3
8 changed files with 40 additions and 14 deletions
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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
+1 -1
View File
@@ -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.