Skip to content
Snippets Groups Projects

ci/cd

Merged Stephen D requested to merge ci into master
Files
7
+ 8
9
@@ -2,13 +2,14 @@ stages:
- testing
- gen_fab
tests:
image: ghcr.io/inti-cmnb/kicad7_auto:1.6.2
stage: testing
script:
- "[ -f *.kicad_pcb ] && kibot -c test.kibot.yaml"
tags:
- docker
variables:
GIT_SUBMODULE_STRATEGY: recursive
#tests:
# image: ghcr.io/inti-cmnb/kicad7_auto:1.6.2
# stage: testing
# script:
# - "[ -f *.kicad_pcb ] && kibot -c test.kibot.yaml"
pcb_outputs:
image: ghcr.io/inti-cmnb/kicad7_auto:1.6.2
@@ -19,5 +20,3 @@ pcb_outputs:
when: always
paths:
- Fabrication/
tags:
- docker
Loading