You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the clean stage can be run automatically if build failed and debug is not set.
The old build.sh way will still work, and the buildsh preset says that explicitly.
The commands are run inside a shell (asyncio.create_subprocess_shell)
If any command failed, things won't continue.
The text was updated successfully, but these errors were encountered:
v0.3 task:
e.g. in conf.toml:
and the
clean
stage can be run automatically if build failed and debug is not set.The old
build.sh
way will still work, and thebuildsh
preset says that explicitly.The commands are run inside a shell (
asyncio.create_subprocess_shell
)If any command failed, things won't continue.
The text was updated successfully, but these errors were encountered: