KiBot/tests/yaml_samples/diff_git_4.kibot.yaml
Salvador E. Tropea c3f426a1d5 [Diff][Fixed] Problems when missing file from repo
- When comparing to a repo point where the PCB/SCH didn't exist yet.
Closes #323
2022-11-05 14:37:19 -03:00

25 lines
466 B
YAML

kibot:
version: 1
outputs:
- name: 'diff_pcb'
comment: "PCB difference with git HEAD"
type: diff
layers: ['F.Cu', 'In1.Cu']
options:
old: v1
old_type: git
new: HEAD
new_type: git
cache_dir: .cache
- name: 'diff_sch'
comment: "SCH difference with git HEAD"
type: diff
options:
pcb: false
old: v1
old_type: git
new: HEAD
new_type: git
# always_fail_if_missing: true