Skip to content

Commit

Permalink
feat(ci): add diff against latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
rfvermut committed Mar 7, 2023
1 parent c93fae0 commit b82707a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ filters:
exclude_value: true

outputs:
- name: 'diff_pcb'
type: 'diff'
comment: 'Generates a PDF with the differences between two PCBs.'
dir: 'release'
options:
old: origin/main
pcb: true
only_different: true

- name: 'diff_sch'
type: 'diff'
comment: 'Generates a PDF with the differences between two schematics.'
dir: 'release'
options:
old: origin/main
pcb: false
only_different: true

- name: 'bom'
comment: 'Used to generate the BoM in CSV, HTML, TSV, TXT, XML or XLSX format using the internal BoM.'
type: 'kibom' # reads bom.ini in contrast with 'bom'
Expand Down

0 comments on commit b82707a

Please sign in to comment.