KiBot/tests/yaml_samples/int_bom_var_t1_glb.kibot.yaml

45 lines
784 B
YAML

# Example KiBot config file
kibot:
version: 1
global:
variant: t1_v1
variants:
- name: 't1_v1'
comment: 'Test 1 Variant V1'
type: kibom
file_id: '_(V1)'
variant: V1
- name: 't1_v2'
comment: 'Test 1 Variant V2'
type: kibom
file_id: '_(V2)'
variant: V2
- name: 't1_v3'
comment: 'Test 1 Variant V3'
type: kibom
file_id: '_V3'
variant: V3
- name: 'bla bla'
comment: 'Test 1 Variant V1+V3'
type: kibom
file_id: '_bla_bla'
variant: ['V1', 'V3']
outputs:
- name: 'bom_internal'
comment: "Bill of Materials in CSV format"
type: bom
dir: BoM
- name: 'bom_internal_v3'
comment: "Bill of Materials in CSV format for variant t1_v3"
type: bom
dir: BoM
options:
variant: t1_v3