mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Add signing to the build.
This commit is contained in:
parent
1e695dec9b
commit
4f3484f3e7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<echo message="${eclipse.home}"/>
|
||||
</target>
|
||||
|
||||
<target name="build" depends="zips,test"/>
|
||||
<target name="build" depends="zips,sign,test"/>
|
||||
<target name="nightly" depends="tag,zips,sign,test,copy"/>
|
||||
|
||||
<target name="cdtbuild" depends="tag,zips,test,upload"/>
|
||||
|
@ -135,7 +135,7 @@
|
|||
</target>
|
||||
|
||||
<target name="sign" depends="init" unless="hasErrors">
|
||||
<exec command="sign">
|
||||
<exec executable="sign">
|
||||
<arg value="${zipsdir}/${masterFile}"/>
|
||||
<arg value="nomail"/>
|
||||
<arg value="${buildDirectory}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue