-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels