Added kintree cli fork as a submodule.

Added 'inventree' stage to CI, which runs ki-ntree cli on all the boms
it can find in the artifacts dir
This commit is contained in:
andrewc
2024-10-01 15:00:34 +10:00
parent 9d7ea27a94
commit 6e23ebcc3a
3 changed files with 38 additions and 2 deletions

4
.gitmodules vendored
View File

@@ -2,3 +2,7 @@
path = kicad-footprint-generator
url = git@gitlab.com:acmelon/kicad-footprint-generator.git
branch = offset_fix
[submodule ".scripts/ki-ntree"]
path = .scripts/ki-ntree
url = https://github.com/Andrew-Collins/Ki-nTree
branch = cli