Skip to content
Snippets Groups Projects

ci/cd

Merged Stephen D requested to merge ci into master
3 files
+ 181
0
Compare changes
  • Side-by-side
  • Inline
Files
3
.gitlab-ci.yml 0 → 100644
+ 23
0
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
pcb_outputs:
image: ghcr.io/inti-cmnb/kicad7_auto:1.6.2
stage: gen_fab
script:
- "[ -f *.kicad_pcb ] && kibot -c output.kibot.yaml"
artifacts:
when: always
paths:
- Fabrication/
tags:
- docker
Loading