diff --git a/tests/yaml_samples/diff_file_k8.kibot.yaml b/tests/yaml_samples/diff_file_k8.kibot.yaml new file mode 100644 index 00000000..9f335531 --- /dev/null +++ b/tests/yaml_samples/diff_file_k8.kibot.yaml @@ -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 diff --git a/tests/yaml_samples/ibom_all_ops8.kibot.yaml b/tests/yaml_samples/ibom_all_ops8.kibot.yaml new file mode 120000 index 00000000..1755feca --- /dev/null +++ b/tests/yaml_samples/ibom_all_ops8.kibot.yaml @@ -0,0 +1 @@ +ibom_all_ops7.kibot.yaml \ No newline at end of file