Skip to content

Gitlab CI - No eeschema signature #458

Answered by set-soft
manuel-rw asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @manuel-rw !

I think your problem comes from this line: kibot -e './pcb/XXX.kicad_pcb' -d Fabrication -s update_xml,run_erc -i
Here you are passing your PCB as an schematic. So KiBot tries to load it as an schematic and can't find the schematic file signature. Replace it by the schematic, or use -b to specify the board instead of the schematic.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@manuel-rw
Comment options

Answer selected by manuel-rw
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