-
Notifications
You must be signed in to change notification settings - Fork 2
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
added blank ci #9
Conversation
CI: added blank yml file
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.
@alifiratari Please do not fork the repo, instead please create a branch with the ticket number; T-3 in your case. (the GitHub Ticket ; "Discussion : Continuous Integration Tool #3")
Maybe it is just a test and not a proper Pull Request. If it is a proper pull request, please have a look at Development Guide ; https://github.com/OpenIoTAcademy/EmbeddedTemplate/blob/T-2/Documents/GitTutorial.md
Please see Commit Comment Convention section.
Thanks.
branches: [ T-8 ] | ||
pull_request: | ||
branches: [ T-8 ] |
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.
@alifiratari Should they be "master" before we merge to master branch?
@@ -1,2 +1,4 @@ | |||
# EmbeddedTemplate | |||
Template Project For Embedded Projects | |||
|
|||
![CI](https://github.com/alifiratari/EmbeddedTemplate/workflows/CI/badge.svg?branch=T-8) |
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.
What it is for? If it is required can you please add comments?
@alifiratari I have just merged T-8 branch to master, can you please rebase from master and update your CI script if it was dependent to T-8. Thanks. |
e31dcd7
to
7737d65
Compare
ci: Added workflow for Coverity Scan
* T-2 : SW Development Life Cycle Tutorial * T-8 : Initial Makefile * added blank ci CI: added blank yml file * ci: Added workflow for Coverity Scan ci: Added workflow for Coverity Scan Co-authored-by: Murat Cakmak <[email protected]> Co-authored-by: Ali Firat ARI <[email protected]>
CI: added blank yml file