2022-10-29 14:40:48 -06:00
|
|
|
image: ghcr.io/inti-cmnb/kicad6_auto:latest
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- plot
|
|
|
|
|
|
|
|
plot_gerbers:
|
2022-10-29 14:41:49 -06:00
|
|
|
stage: plot
|
2022-10-29 14:40:48 -06:00
|
|
|
script:
|
2022-10-29 14:44:03 -06:00
|
|
|
- apt list --installed
|
2022-10-29 14:49:11 -06:00
|
|
|
- echo $(kibot --version)
|
2022-10-29 14:40:48 -06:00
|
|
|
- cd mellifera && kibot
|