tools: InteractiveHtmlBom is now a nightly job

This commit is contained in:
rusefi 2019-02-02 20:32:05 -05:00
parent f155b21855
commit 572c40a369
2 changed files with 4 additions and 1 deletions

1
hardware/.gitignore vendored
View File

@ -2,3 +2,4 @@
*-rescue.lib
_saved*.sch
_autosave*.*
ibom/*

View File

@ -5,7 +5,8 @@ set RUSEFI_DOXYGEN_FTP_USER=u71977750-docs
echo Should be executed from project root folder. Will try to upload to %RUSEFI_FTP_SERVER%
rem ibom is part of Doxygen job simply in order to reduce workspace HDD usage on my tiny build server
misc\jenkins\InteractiveHtmlBom\run.bat
call misc\jenkins\InteractiveHtmlBom\run.bat
echo Uploading IBOMs
ncftpput -R -v -u %RUSEFI_DOXYGEN_FTP_USER% -p %RUSEFI_DOXYGEN_FTP_PASS% %RUSEFI_FTP_SERVER% /ibom hardware/ibom/*
pwd
@ -19,4 +20,5 @@ IF NOT ERRORLEVEL 0 EXIT /B 1
rem http://www.ncftp.com/download/
rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server
cd ../doxygen
echo Uploading Doxygen
ncftpput -R -v -u %RUSEFI_DOXYGEN_FTP_USER% -p %RUSEFI_DOXYGEN_FTP_PASS% %RUSEFI_FTP_SERVER% /html html/*