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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user