-
Notifications
You must be signed in to change notification settings - Fork 19
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
.github/workflows: Added initial build support based on github actions #32
Conversation
20975e9
to
60e495e
Compare
Created build .yaml file to build all the projects Signed-off-by: MPhalke <[email protected]>
60e495e
to
b57e117
Compare
Is this implemented in the yaml file? |
No, updated the comment now. Need to work on that yet |
is this building projects now? How can we add matrix combination here. |
Yes all projects are building with default matrix combinations. Adding project based matrix combination is not in the scope of this PR and need to work on that in near future |
9403fc3
to
f6d942b
Compare
Added daily build github action workflow Signed-off-by: MPhalke <[email protected]>
f6d942b
to
f1ed17e
Compare
with: | ||
name: ${{ matrix.project }} | ||
path: | | ||
projects/${{ matrix.project }}/build/${{ matrix.project }}.bin |
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.
where these builds are uploaded to.
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.
Hi all, any other comments? |
Created build .yaml file to build all the projects