Compare commits

..

No commits in common. "7ba083b9ab5035db462f871d885af8fda8b3dc7b" and "0643077200dbdcd45d40079980a52dc22d1b51e1" have entirely different histories.

2 changed files with 0 additions and 24 deletions

2
.gitmodules vendored
View File

@ -1,8 +1,6 @@
[submodule "dependencies/Connected"]
path = dependencies/Connected
url = https://git.tompit.com/Connected/Connected.git
branch = develop
[submodule "dependencies/Connected.Framework"]
path = dependencies/Connected.Framework
url = https://git.tompit.com/Connected/Connected.Framework.git
branch = develop

View File

@ -1,22 +0,0 @@
@echo off
SET root=%cd%
echo "Syncing submodules"
git submodule sync
git submodule update --init --remote
echo "Submodules up to date"
FOR /F "delims=" %%a IN ('DIR "../dependencies" /A:d /B') DO (
echo Handling %%a
cd ../dependencies/%%a/build
echo %cd%
IF EXIST init.bat (
echo "found init.bat"
call init
)
cd %root%
)
cd ../
dotnet build