Windows drivers into bundle

This commit is contained in:
rusefi 2019-06-30 19:47:33 -04:00
parent 57236fe82d
commit aa56d4b3e4
2 changed files with 5 additions and 1 deletions

View File

@ -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
)

View File

@ -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