Try to avoid hanging builds
All checks were successful
Windows setup / run-setup (push) Successful in 27m6s
All checks were successful
Windows setup / run-setup (push) Successful in 27m6s
This commit is contained in:
10
Setup.bat
10
Setup.bat
@@ -26,10 +26,12 @@ rem Install prerequisites...
|
||||
echo Installing prerequisites...
|
||||
start /wait Engine\Extras\Redist\en-us\vc_redist.x64.exe /install /passive /quiet /norestart
|
||||
|
||||
rem Register the engine installation...
|
||||
if not exist .\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe goto :no_unreal_version_selector
|
||||
.\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe /register
|
||||
:no_unreal_version_selector
|
||||
|
||||
:: This causes the docker build to hang - TODO: Find the right args to force and not prompt the user
|
||||
::rem Register the engine installation...
|
||||
::if not exist .\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe goto :no_unreal_version_selector
|
||||
::.\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe /register
|
||||
:::no_unreal_version_selector
|
||||
|
||||
rem Done!
|
||||
goto :end
|
||||
|
||||
Reference in New Issue
Block a user