jenkins reuse for PR
This commit is contained in:
parent
a5db4819ae
commit
53a1fd02b8
|
@ -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
|
||||
|
|
|
@ -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%"
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue