jenkins reuse for PR

This commit is contained in:
rusefi 2019-11-20 19:46:46 -05:00
parent a5db4819ae
commit 53a1fd02b8
3 changed files with 6 additions and 1 deletions

View File

@ -9,3 +9,4 @@ rm -rf .dep
call compile.bat
cd ..
if not exist simulator/build/rusefi_simulator.exe echo SIMULATOR COMPILATION FAILED
if not exist simulator/build/rusefi_simulator.exe exit -1

View File

@ -36,6 +36,6 @@ cd ..
rem We are back at root rusEfi folder
pwd
call misc\jenkins\compile_other_versions\build_version.bat
call misc\jenkins\compile_other_versions\prepare_bundle.bat
echo "exiting %script_name%"

View File

@ -1,6 +1,10 @@
set script_name=build_version.bat
echo Entering %script_name% with %bundle_name%
if %RUSEFI_BUILD_FTP_USER%.==. (
echo RUSEFI_BUILD_FTP_USER not set - not packaging
exit 0
)
rm -rf temp
rem This depends on Cygwin date copied under 'datecyg' name to avoid conflict with Windows date