Skip to content

ci: Add prebuild and postbuild script hooks

Eberhard Stoll requested to merge feature/pre-post-scripts into master

The bitbake rule now executes ci/prebuild.sh and ci/postbuild.sh before and after the bitbake call, when available and executable. This can be used to execute project specific tasks before or after the build

Merge request reports