posts/Empedded-CI-CD/ #28
Replies: 1 comment
-
请教一下大佬,ci/cd有啥参考资料吗?现在SiFli-SDK我看到用的clang-format管理的代码格式,那我直接提交的时候,CI/CD会帮我运行clang-format吗? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
posts/Empedded-CI-CD/
对于传统的嵌入式开发来说,我们一般常用的IDE都是诸如Keil、IAR等。这些IDE在方便了我们的开发的同时,也存在很多问题,例如在之前Keil-MDK5是不能跨平台的,仅限在Windows平台运行,并且它的授权也是一个老大难的问题。这样我们在团队协作的时候往往就会遇到很多问题,无法像是互联网的开发那样有一套完整的CI/CD流程。但是MDK6的更新解决...
https://cf.blog.halfsweet.cn/posts/Empedded-CI-CD/
Beta Was this translation helpful? Give feedback.
All reactions