35 lines
694 B
YAML
35 lines
694 B
YAML
kiplot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: KiKit_present_files
|
|
comment: "Present test using full auto mode"
|
|
type: kikit_present
|
|
dir: Present/Auto
|
|
options:
|
|
description: 'tests/data/silly_project.md'
|
|
repository: 'https://github.com/INTI-CMNB/KiBot/'
|
|
|
|
- name: PcbDraw
|
|
comment: "PcbDraw test top"
|
|
type: pcbdraw
|
|
dir: PcbDraw
|
|
options:
|
|
format: svg
|
|
vcuts: true
|
|
warnings: visible
|
|
dpi: 600
|
|
|
|
- name: 'gerbers'
|
|
comment: "Gerbers for the Gerber god"
|
|
type: gerber
|
|
dir: gerberdir
|
|
layers: copper
|
|
|
|
- name: result
|
|
comment: Compress the gerbers
|
|
type: compress
|
|
options:
|
|
files:
|
|
- from_output: gerbers
|