[Tests][KiCad 8] Added missing configs
This commit is contained in:
parent
e0ebf0dd1d
commit
bc0cd6e463
|
|
@ -0,0 +1,13 @@
|
||||||
|
kibot:
|
||||||
|
version: 1
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
- name: 'diff_pcb'
|
||||||
|
comment: "PCB difference with reference file (KiCad 8)"
|
||||||
|
type: diff
|
||||||
|
layers: ['F.Cu', 'In1.Cu']
|
||||||
|
options:
|
||||||
|
old: tests/board_samples/kicad_8/light_control.kicad_pcb
|
||||||
|
old_type: file
|
||||||
|
cache_dir: .cache
|
||||||
|
# zones: unfill
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
ibom_all_ops7.kibot.yaml
|
||||||
Loading…
Reference in New Issue