CI updated to actually work with multi schem projs

Git submodules tested and working using .gitmodules file
Made test template
This commit is contained in:
ac
2023-01-18 18:25:49 +10:00
parent bbed40ccc5
commit 40737327a0
6 changed files with 26 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ image:
rules:
- !reference [.main_rules, rules]
variables:
COMMAND: kibot -e "$SCHEM" -c ../default.kibot.yaml -d "../Fabrication/$DIR" -s
COMMAND: kibot -e "$SCHEM" -c "$CI_PROJECT_DIR/default.kibot.yaml" -d "$CI_PROJECT_DIR/Fabrication/$DIR" -s
SUFFIX: ""
script:
- cd "$DIR"
@@ -38,8 +38,6 @@ image:
dependencies: []
parallel:
matrix:
- DIR: '.'
SCHEM: 'proj.kicad_sch'
.tempout:
extends: .template