Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cbuild2cmake] Use ExternalProject_Add_Step for post-build executes #185

Open
brondani opened this issue Sep 11, 2024 · 0 comments · May be fixed by #195
Open

[cbuild2cmake] Use ExternalProject_Add_Step for post-build executes #185

brondani opened this issue Sep 11, 2024 · 0 comments · May be fixed by #195
Assignees
Labels
enhancement New feature or request

Comments

@brondani
Copy link
Collaborator

Triggering "post-build" executes described at project level as part of a context build should be possible when generating them in CMakeLists using ExternalProject_Add_Step for the related contexts instead of custom target/command. It should be scheduled for a future release.

See Open-CMSIS-Pack/cbuild#244 (comment)

@jkrech jkrech added the enhancement New feature or request label Sep 11, 2024
EaselinkBachmann added a commit to EaselinkBachmann/cbuild2cmake that referenced this issue Sep 26, 2024
This adds a new CONTEXT-executes target to CMake that is automatically
run after build that triggers the executes statements of that project.
Fixes Open-CMSIS-Pack#185.
EaselinkBachmann added a commit to EaselinkBachmann/cbuild2cmake that referenced this issue Sep 26, 2024
This adds a new CONTEXT-executes target to CMake that is automatically
run after build that triggers the executes statements of that project.
Fixes Open-CMSIS-Pack#185.
EaselinkBachmann added a commit to EaselinkBachmann/cbuild2cmake that referenced this issue Oct 1, 2024
This adds a new CONTEXT-executes target to CMake that is automatically
run after build that triggers the executes statements of that project.
Fixes Open-CMSIS-Pack#185.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

2 participants