59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
# KiCost basic test
|
|
kibot:
|
|
version: 1
|
|
|
|
variants:
|
|
- name: 'production'
|
|
comment: 'Production variant'
|
|
type: kicost
|
|
file_id: '_(production)'
|
|
variant: production
|
|
|
|
- name: 'test'
|
|
comment: 'Test variant'
|
|
type: kicost
|
|
file_id: '_(test)'
|
|
variant: 't.*'
|
|
|
|
- name: 'default'
|
|
comment: 'Default variant'
|
|
type: kicost
|
|
variant: default
|
|
|
|
outputs:
|
|
- name: 'Costs'
|
|
comment: "Components costs spreadsheet"
|
|
type: kicost
|
|
dir: KiCost
|
|
options:
|
|
output: 'simple'
|
|
no_price: true
|
|
no_collapse: true
|
|
|
|
- name: 'Costs (default)'
|
|
comment: "Components costs spreadsheet default variant"
|
|
type: kicost
|
|
dir: KiCost
|
|
options:
|
|
output: 'simple_default'
|
|
no_price: true
|
|
variant: default
|
|
|
|
- name: 'Costs (production)'
|
|
comment: "Components costs spreadsheet production variant"
|
|
type: kicost
|
|
dir: KiCost
|
|
options:
|
|
output: 'simple_production'
|
|
no_price: true
|
|
variant: production
|
|
|
|
- name: 'Costs (test)'
|
|
comment: "Components costs spreadsheet test variant"
|
|
type: kicost
|
|
dir: KiCost
|
|
options:
|
|
output: 'simple_test'
|
|
no_price: true
|
|
variant: test
|