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
Looking at the DAPLink project it seems the different pre-build and post-build scripts have an implied calling convention: they should be called with a build directory named after the current project that needs to be 3 directories down from top-level with a build sub-directory with the binaries.
I think the scripts should be given explicitly the different parameters:
Identifier of the project
Top-level directory
Binaries directory
Verbosity (optional)
I can see two implementation strategies:
Define variables that can be added to the command line in the YAML configuration
Add those parameter on the command line to all calls
The text was updated successfully, but these errors were encountered:
Looking at the
DAPLink
project it seems the different pre-build and post-build scripts have an implied calling convention: they should be called with a build directory named after the current project that needs to be 3 directories down from top-level with abuild
sub-directory with the binaries.I think the scripts should be given explicitly the different parameters:
I can see two implementation strategies:
The text was updated successfully, but these errors were encountered: