Skip to content

Commit

Permalink
split large yaml file into separate file per output category
Browse files Browse the repository at this point in the history
  • Loading branch information
Strooom committed Nov 27, 2024
1 parent 49f5556 commit d52cb14
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Empty file added .github/kibot/bom.kibot.yaml
Empty file.
Empty file added .github/kibot/cost.kibot.yaml
Empty file.
9 changes: 8 additions & 1 deletion .github/kibot/main.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
kibot:
version: 1

import:
- file: preflights.kibot.yaml
- file: schematic.kibot.yaml
- file: bom.kibot.yaml
- file: pcb.kibot.yaml
- file: renders.kibot.yaml

preflight:
set_text_variables:
- variable: "majorVersion"
Expand Down Expand Up @@ -128,6 +135,6 @@ outputs:
options:
output: 'simple'
currency: 'EUR'
distributors: 'Mouser'
distributors: 'mouser'
# no_price: true
# no_collapse: true
Empty file added .github/kibot/pcb.kibot.yaml
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit d52cb14

Please sign in to comment.