Windows drivers into bundle
This commit is contained in:
parent
57236fe82d
commit
aa56d4b3e4
|
@ -12,7 +12,7 @@ ls -l %folder%
|
|||
|
||||
wget https://rusefi.com/build_server/st_files/silent_st_drivers.exe drivers -P %drivers_folder%
|
||||
if not exist %drivers_folder%/silent_st_drivers.exe (
|
||||
echo ERROR DOWNLOADING silent_st_drivers.exe
|
||||
echo %script_name%: ERROR DOWNLOADING silent_st_drivers.exe
|
||||
EXIT /B 1
|
||||
)
|
||||
|
||||
|
|
|
@ -81,6 +81,10 @@ echo "folder variable=%folder%"
|
|||
|
||||
pwd
|
||||
call misc\jenkins\build_working_folder.bat
|
||||
IF NOT ERRORLEVEL 0 (
|
||||
echo %script_name%: ERROR invoking build_working_folder.bat
|
||||
EXIT /B 1
|
||||
)
|
||||
|
||||
echo "%script_name%: Building only console"
|
||||
pwd
|
||||
|
|
Loading…
Reference in New Issue