Analog-Devices-MSDK / btm-ci-scripts

0 stars 1 forks source link

Make action build logs, targets, paths #41

Open kevin-gillespie opened 2 months ago

kevin-gillespie commented 2 months ago

For the linting workflows in packetcraft-adi, we have shell scripts to do some building. We need to be able to use the build log with verbose output for the linter. Add a feature to export the build log to another workflow job.

Multiple targets would be nice, that way we can list something like [ clean clean.controller clean.cordio all]

Multiple paths would be nice, but not a huge requirement if we can just call the action multiple times.

AbbyWolf-ADI commented 1 month ago

Updated make action:

Also wanted to note, the build_flags input can be used to specify multiple targets like so: build_flags: 'clean clean.controller clean.cordio all'