Skip to content

pre_build_script and post_build_script API #477

@mbrossard

Description

@mbrossard

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions