jenkins reuse for PR
This commit is contained in:
parent
fb66dd1e7d
commit
1addb8cfc7
|
@ -9,3 +9,4 @@ rm -rf .dep
|
||||||
call compile.bat
|
call compile.bat
|
||||||
cd ..
|
cd ..
|
||||||
if not exist simulator/build/rusefi_simulator.exe echo SIMULATOR COMPILATION FAILED
|
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
|
rem We are back at root rusEfi folder
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
call misc\jenkins\compile_other_versions\build_version.bat
|
call misc\jenkins\compile_other_versions\prepare_bundle.bat
|
||||||
|
|
||||||
echo "exiting %script_name%"
|
echo "exiting %script_name%"
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
set script_name=build_version.bat
|
set script_name=build_version.bat
|
||||||
echo Entering %script_name% with %bundle_name%
|
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
|
rm -rf temp
|
||||||
rem This depends on Cygwin date copied under 'datecyg' name to avoid conflict with Windows date
|
rem This depends on Cygwin date copied under 'datecyg' name to avoid conflict with Windows date
|
Loading…
Reference in New Issue