progress
This commit is contained in:
parent
f008b6999e
commit
0f8308a14e
|
@ -1,7 +1,11 @@
|
||||||
svn up
|
svn up
|
||||||
call generate_docs
|
doxygen
|
||||||
|
IF NOT ERRORLEVEL echo doxygen run FAILED
|
||||||
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||||
|
|
||||||
|
|
||||||
rem http://www.ncftp.com/download/
|
rem http://www.ncftp.com/download/
|
||||||
|
rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server
|
||||||
cd ../doxygen
|
cd ../doxygen
|
||||||
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% rusefi.com /html html/*
|
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% rusefi.com /html html/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue