All checks were successful
Build and Test / build (pull_request) Successful in 29m19s
Add branch = main to mods/silo and mods/ztools in .gitmodules. Enables 'git submodule update --remote' to auto-advance to latest main. Third-party deps (GSL, googletest, AddonManager) remain pinned.
21 lines
664 B
Plaintext
21 lines
664 B
Plaintext
[submodule "src/3rdParty/OndselSolver"]
|
|
path = src/3rdParty/OndselSolver
|
|
url = https://git.kindred-systems.com/kindred/solver.git
|
|
[submodule "tests/lib"]
|
|
path = tests/lib
|
|
url = https://github.com/google/googletest
|
|
[submodule "src/3rdParty/GSL"]
|
|
path = src/3rdParty/GSL
|
|
url = https://github.com/microsoft/GSL
|
|
[submodule "src/Mod/AddonManager"]
|
|
path = src/Mod/AddonManager
|
|
url = https://github.com/FreeCAD/AddonManager.git
|
|
[submodule "mods/ztools"]
|
|
path = mods/ztools
|
|
url = https://git.kindred-systems.com/forbes/ztools.git
|
|
branch = main
|
|
[submodule "mods/silo"]
|
|
path = mods/silo
|
|
url = https://git.kindred-systems.com/kindred/silo-mod.git
|
|
branch = main
|