1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

ufbt: deploying sample ufbt automation for new apps; added source "ufbt -s env" for toolchain access (#2648)

This commit is contained in:
hedger
2023-05-08 14:01:52 +03:00
committed by GitHub
parent 954780ed24
commit f7dd77795a
7 changed files with 66 additions and 3 deletions

View File

@@ -335,3 +335,9 @@ vscode_dist = distenv.Install("#.vscode", distenv.Glob("#.vscode/example/*"))
distenv.Precious(vscode_dist)
distenv.NoClean(vscode_dist)
distenv.Alias("vscode_dist", vscode_dist)
# Configure shell with build tools
distenv.PhonyTarget(
"env",
"@echo $( ${FBT_SCRIPT_DIR}/toolchain/fbtenv.sh $)",
)