Add more commands to the Makefile and use them in CI#24
Conversation
Signed-off-by: Philippe Martin <[email protected]>
3415261 to
1ad8772
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
=======================================
Coverage 67.23% 67.23%
=======================================
Files 11 11
Lines 1419 1419
=======================================
Hits 954 954
Misses 405 405
Partials 60 60 ☔ View full report in Codecov by Sentry. |
rm3l
left a comment
There was a problem hiding this comment.
Also, I think it can be helpful to also add a cross-compile Make target that will build Alizer for multiple platforms. This will simplify the release.yaml workflow.
Signed-off-by: Philippe Martin <[email protected]>
Signed-off-by: Philippe Martin <[email protected]>
Because of the filename of the executable needs to be passed to the next step of the release (Release with Notes and Binaries), I cannot find a way to clearly simplify it (the filename will need to be computed twice or to be passed between the workflow and the build script). |
I just read that the Actually, I was even thinking that this |
Yes, I would prefer to handle this as a different issue, to have the opportunity to discuss these choices with @thepetk |
We have already a small item to fix the release.yaml devfile/api#1212 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: feloy, rm3l, thepetk The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
What does this PR do?
The command
make helpis added to the Makefile.The commands
make check_registry,make gosecandmake gosec_installare added to the Makefile, and used in CI workflows.Which issue(s) does this PR fix
fixes devfile/api#1234
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
Unit/Functional tests
Documentation
How to test changes / Special notes to the reviewer