KiBot/tests/yaml_samples/int_bom_var_t1_csv.kibot.yaml

64 lines
1.2 KiB
YAML

# Example KiBot config file
kibot:
version: 1
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_v1'
comment: "Bill of Materials in CSV format for variant t1_v1"
type: bom
dir: BoM
options:
variant: t1_v1
- name: 'bom_internal_v2'
comment: "Bill of Materials in CSV format for variant t1_v2"
type: bom
dir: BoM
options:
variant: t1_v2
- name: 'bom_internal_v3'
comment: "Bill of Materials in CSV format for variant t1_v3"
type: bom
dir: BoM
options:
variant: t1_v3
- name: 'bom_internal_bla_bla'
comment: "Bill of Materials in CSV format for variant `bla bla`"
type: bom
dir: BoM
options:
variant: 'bla bla'