mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
give myself a release-to-gcode target
This commit is contained in:
parent
8ef734c1bd
commit
50c6dcc992
17
build.xml
17
build.xml
@ -282,6 +282,23 @@
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="upload" depends="release">
|
||||
<echo>Uploading to Google Code using Google::Code::Upload</echo>
|
||||
<exec executable="googlecode_upload.pl" failonerror="true">
|
||||
<arg value="--summary" />
|
||||
<arg value="${ant.project.name} ${version-number}"/>
|
||||
<arg value="--project" />
|
||||
<arg value="k9mail"/>
|
||||
<arg value="--user"/>
|
||||
<arg value="${gcode-user}" />
|
||||
<arg value="--pass"/>
|
||||
<arg value="${gcode-pass}" />
|
||||
<arg value="--labels"/>
|
||||
<arg value="Type-Installer"/>
|
||||
<arg value="${out-zipaligned-package}"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<!-- Install the package on the default emulator -->
|
||||
<target name="install" depends="debug">
|
||||
<echo>Installing ${out-debug-package} onto default emulator...</echo>
|
||||
|
Loading…
Reference in New Issue
Block a user