mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
9 lines
245 B
Batchfile
9 lines
245 B
Batchfile
call checkout_client.bat
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
cd %~dp0
|
|
call build_client_backend.bat
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
cd %~dp0\client
|
|
call build_client.bat
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
exit 0 |