-
-
Notifications
You must be signed in to change notification settings - Fork 11
Post build sections
Alexander Gordeyko edited this page Oct 11, 2017
·
1 revision
Post build module run build module and make post build action.
Example:
<zip>
<compress>COMPRESS_LEVEL_1_9</compress>
<prefix>PREFIX_TO_COMPRESS_FOLDER</prefix>
<input>ANY_FILE</input>
<input>ANY_FOLDER/</input>
<output>ARCHIVE_FILE_NAME.zip</output>
<apps><!-- See build section --></apps>
<debug><!-- ... --></debug>
<release><!-- ... --></release>
</zip>
Zip commands:
pony zip
pony zip PROJECT_NAME
pony zip debug
pony zip PROJECT_NAME debug
pony zip PROJECT_NAME release
<ftp path="PATH_FOR_UPLOADS/">
<host>HOST</host>
<user>USERNAME</user>
<pass>PASSWORD</pass>
<output>SERVER_FOLDER</output>
<input>FILE_FOR_UPLOAD</input>
<input>FOLDER_FOR_UPLOAD</input>
<apps><!-- See build section --></apps>
<debug><!-- ... --></debug>
<release><!-- ... --></release>
</ftp>
Ftp commands:
pony ftp
pony ftp PROJECT_NAME
pony ftp debug
pony ftp PROJECT_NAME debug
pony ftp PROJECT_NAME release