11 lines
185 B
YAML
11 lines
185 B
YAML
image: ghcr.io/inti-cmnb/kicad6_auto:latest
|
|
|
|
stages:
|
|
- plot
|
|
|
|
plot_gerbers:
|
|
stage: plot
|
|
script:
|
|
- apt list --installed
|
|
- echo $(kibot --version)
|
|
- cd mellifera && kibot |