-
Notifications
You must be signed in to change notification settings - Fork 75
Add app delivery github action #4232
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
Conversation
Pull Request Test Coverage Report for Build 19702399438Details
💛 - Coveralls |
gabriel-bolbotina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me ✅
Please check the CMakeLists.txt file
CMakeLists.txt
Outdated
| @@ -1,4 +1,4 @@ | |||
| cmake_minimum_required(VERSION 3.22) | |||
| cmake_minimum_required(VERSION 3.22) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete added space
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh sure, just needed that to trigger the workflows
|
I'll keep this open until friday, when I'll have time to get back to it |
gabriel-bolbotina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomasMizera now's your turn
This PR adds new github action to collect all built artifacts and then comment links to them under the PR. This should mainly help our testing team.
This is a MVP of the new action, looks like we will have to merge it to master to trigger the workflow file and hammer out any bugs in next PR.