Finished initial implementation of the footprint generator.

There is now a dependant submodule to produce footprints.
This commit is contained in:
andrewc
2024-03-12 17:54:51 +10:00
parent 42df3597ad
commit e2cbf1696c
4 changed files with 123 additions and 61 deletions

View File

@@ -7,7 +7,7 @@ workflow:
variables:
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
# GIT_SUBMODULE_UPDATE_FLAGS: --remote --merge
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/kicad"