jenkins reuse for PR

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

View File

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

View File

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

View File

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