rusefi-1/firmware/gen_upload_docs.bat

15 lines
358 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
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