Skip to content

Using a global library in your CI/CD workflow #668

Closed Answered by set-soft
Strooom asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Strooom !

You have a lot of options. But I'm not sure the submodules is such a problem.

First thing: a "Global KiCad" library seems a really bad idea. How do you plan to share your design with other people? You'll need to send them the above mentioned lib, right? What do you plan to use? If you are using a repo for the design, isn't using a repo also logical for the lib? So I think that submodules are the way to go.

I guess your problem is related to the dynamic of using it, I guess you want a fast iteration method for: change component in lib, update PCB, see the result, if not ok go to change the component again. Right? If this is the case you can avoid the problem by temporarily do…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Strooom
Comment options

Answer selected by Strooom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants