Added comments and no target pre-flights to the makefile test.
This commit is contained in:
parent
51aeb5be32
commit
54febcae44
|
|
@ -3,9 +3,11 @@ kibot:
|
||||||
|
|
||||||
preflight:
|
preflight:
|
||||||
run_erc: true
|
run_erc: true
|
||||||
|
check_zone_fills: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
- name: 'position'
|
- name: 'position'
|
||||||
|
comment: 'Pick & place files'
|
||||||
type: position
|
type: position
|
||||||
dir: positiondir
|
dir: positiondir
|
||||||
options:
|
options:
|
||||||
|
|
@ -15,10 +17,12 @@ outputs:
|
||||||
only_smd: true
|
only_smd: true
|
||||||
|
|
||||||
- name: 'interactive_bom'
|
- name: 'interactive_bom'
|
||||||
|
comment: 'Interactive assembly guide'
|
||||||
type: ibom
|
type: ibom
|
||||||
dir: ibom
|
dir: ibom
|
||||||
|
|
||||||
- name: 'archive'
|
- name: 'archive'
|
||||||
|
comment: 'Compressed files'
|
||||||
type: compress
|
type: compress
|
||||||
options:
|
options:
|
||||||
files:
|
files:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue