rusefi-1/firmware/gen_upload_docs.bat

13 lines
310 B
Batchfile
Raw Normal View History

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
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-02-18 10:03:41 -08:00
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% rusefi.com /html html/*
2015-07-10 06:01:56 -07:00