Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "sombin"]
path = submodules/sombin
url = git@github.com:sorgom/sombin.git
branch = dev
[submodule "sompy"]
path = submodules/sompy
url = git@github.com:sorgom/sompy.git
Expand Down
4 changes: 2 additions & 2 deletions make/setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set rootDir=%cd%
set testsDir=%cd%\tests
set srcDir=%cd%\code
set buildDir=%cd%\build
set binDir=%cd%\submodules\sombin
set pyDir=%cd%\submodules\sompy
set reportsDir=%CD%\reports_%tool%

Expand All @@ -27,7 +26,8 @@ md %buildDir% 2>NUL

set optsTxt=%myDir%\options.txt

%binDir%\docopts.exe %optsTxt% %* > %tmpCmd%
%pyDir%\somutil\docopts.py %optsTxt% %* > %tmpCmd%
if %errorlevel% neq 0 exit /b 1
call %tmpCmd%
del %tmpCmd% 2>NUL

Expand Down
1 change: 0 additions & 1 deletion submodules/sombin
Submodule sombin deleted from 784ae0
2 changes: 1 addition & 1 deletion submodules/sompy
Loading