feat: add build-executor task for blockly_executor in pixi.toml

master
a2nr 2026-03-12 12:59:59 +07:00
parent 4ed524011c
commit a9bc037024
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ pywebview = "*"
[tasks]
build-interfaces = "colcon build --symlink-install --packages-select blockly_interfaces"
[target.linux-64.tasks]
build-executor = { cmd = "colcon build --symlink-install --packages-select blockly_executor", depends-on = ["build-interfaces"] }
build-app = { cmd = "colcon build --symlink-install --packages-select blockly_app", depends-on = ["build-interfaces"] }
build = { cmd = "colcon build --symlink-install", depends-on = ["build-interfaces"] }