rusefi-1/misc/jenkins/generate_doxygen/gen_upload_docs.bat

23 lines
669 B
Batchfile
Raw Normal View History

2017-02-24 08:29:33 -08:00
echo Should be executed from project root folder
rem ibom is part of Doxygen job simply in order to reduce workspace HDD usage on my tiny build server
call misc\jenkins\InteractiveHtmlBom\run.bat
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% %FTP_SERVER% /ibom hardware/ibom/*
2018-12-15 19:39:49 -08:00
pwd
cd firmware
2017-02-24 08:29:33 -08:00
2017-02-24 08:26:45 -08:00
doxygen
IF NOT ERRORLEVEL echo doxygen run FAILED
IF NOT ERRORLEVEL 0 EXIT /B 1
2017-08-29 19:14:38 -07:00
set FTP_SERVER=home451478433.1and1-data.host
2015-07-10 06:01:56 -07:00
rem http://www.ncftp.com/download/
2017-02-24 08:26:45 -08:00
rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server
2015-07-10 06:01:56 -07:00
cd ../doxygen
2017-08-29 19:14:38 -07:00
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% %FTP_SERVER% /html html/*
2015-07-10 06:01:56 -07:00